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 screen-md-down {
|
||||||
@include dropdownMenu;
|
@include dropdownMenu;
|
||||||
|
|
||||||
|
@at-root (with: all) {
|
||||||
|
html[data-color-scheme="dark"] & {
|
||||||
|
border: 1px solid var(--wcfDropdownBorderInner);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
@ -501,6 +507,7 @@ #tpl_chat_log {
|
|||||||
// these rules are required to work around the .button default styling
|
// these rules are required to work around the .button default styling
|
||||||
.button {
|
.button {
|
||||||
@include wcfFontDefault;
|
@include wcfFontDefault;
|
||||||
|
text-align: start;
|
||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&.active:hover {
|
&.active:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user