mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30:08 +00:00
Fix our "fake" mobile dropdown settings menu
This commit is contained in:
parent
dd4ecbd4ba
commit
4bbd89d474
@ -487,6 +487,12 @@ #tpl_chat_log {
|
||||
@include screen-md-down {
|
||||
@include dropdownMenu;
|
||||
|
||||
@at-root (with: all) {
|
||||
html[data-color-scheme="dark"] & {
|
||||
border: 1px solid var(--wcfDropdownBorderInner);
|
||||
}
|
||||
}
|
||||
|
||||
&.open {
|
||||
display: block;
|
||||
visibility: visible;
|
||||
@ -501,6 +507,7 @@ #tpl_chat_log {
|
||||
// these rules are required to work around the .button default styling
|
||||
.button {
|
||||
@include wcfFontDefault;
|
||||
text-align: start;
|
||||
|
||||
&.active,
|
||||
&.active:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user