mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix drawer content top margin
This commit is contained in:
@@ -2938,7 +2938,7 @@ label[for="extensions_autoconnect"] {
|
||||
right: 0;
|
||||
width: min-content;
|
||||
max-width: var(--sheldWidth);
|
||||
margin: 30px auto;
|
||||
margin: 35px auto 0 auto;
|
||||
backdrop-filter: blur(20px);
|
||||
-webkit-backdrop-filter: blur(20px);
|
||||
}
|
||||
|
Reference in New Issue
Block a user