mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-12 14:08:30 +00:00
* Fixed: Merge User and Room objects when ID and login are both known at once. * Fixed: Spacing and sorting of metadata beneath the player. (Closes %520) * Fixed: Update the settings menu when new settings are added while the menu is open. (Closes #523) * Fixed: Do not maximize or minimize the settings window when double-clicking in the search box. (Closes #521)
11 lines
No EOL
117 B
SCSS
11 lines
No EOL
117 B
SCSS
.ffz-main-menu {
|
|
& > header {
|
|
* {
|
|
pointer-events: none;
|
|
}
|
|
|
|
input, button {
|
|
pointer-events: all;
|
|
}
|
|
}
|
|
} |