mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
shadow and lighter border for zoomed avatars
This commit is contained in:
@@ -3687,10 +3687,11 @@ body.noShadows * {
|
||||
}
|
||||
|
||||
#zoomed_avatar {
|
||||
border: 1px solid var(--white30a);
|
||||
border: 1px solid var(--white50a);
|
||||
border-radius: 20px;
|
||||
max-height: 60svh;
|
||||
max-width: 40svh;
|
||||
box-shadow: 0 0 10px black;
|
||||
}
|
||||
|
||||
/* ---------- @media queries must always go at the bottom ------------*/
|
||||
|
Reference in New Issue
Block a user