Merge branch 'staging' of github.com-RA:sillytavern/sillytavern into staging
This commit is contained in:
@@ -30,6 +30,14 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
#bg_menu_content, #bg_custom_content {
|
||||
grid-template-columns: repeat(var(--bg-thumb-columns, 3), 1fr);
|
||||
}
|
||||
|
||||
.bg_list {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.bg_button {
|
||||
font-size: 15px;
|
||||
}
|
||||
@@ -49,6 +57,11 @@
|
||||
z-index: 4;
|
||||
}
|
||||
|
||||
.bg_example.mobile-menu-open .mobile-only-menu-toggle {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.bg_example .mobile-only-menu-toggle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -66,6 +79,11 @@
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
.bg_example .jg-button {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
#bg-header-controls {
|
||||
flex-wrap: wrap;
|
||||
row-gap: 10px;
|
||||
@@ -438,10 +456,6 @@
|
||||
.horde_multiple_hint {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.bg_list {
|
||||
width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
/*landscape mode phones and ipads*/
|
||||
|
||||
Reference in New Issue
Block a user