mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 08:28:31 +00:00
4.0.0-rc12.21
* 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)
This commit is contained in:
parent
5aaa7773de
commit
8c0b4b8bad
11 changed files with 174 additions and 15 deletions
11
styles/widgets/main-menu.scss
Normal file
11
styles/widgets/main-menu.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.ffz-main-menu {
|
||||
& > header {
|
||||
* {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
input, button {
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue