mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 18:26:57 +00:00
4.0.0-rc8.6
* Fixed: Update Fine to deal with changes to how the React Root is stored in the DOM. Behind the Scenes * Working on the UI for Translation Editing * Refactor some of the main menu dialog logic into a more generic Dialog class
This commit is contained in:
parent
154a587c87
commit
b8f86fe48f
14 changed files with 570 additions and 180 deletions
|
@ -1,4 +1,4 @@
|
|||
.ffz-main-menu {
|
||||
.ffz-dialog {
|
||||
&:not(.maximized) {
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
|
@ -62,6 +62,6 @@
|
|||
}
|
||||
|
||||
|
||||
.ffz-has-menu > :not(.ffz-main-menu) {
|
||||
.ffz-has-dialog > :not(.ffz-dialog) {
|
||||
visibility: hidden;
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
@import 'icons';
|
||||
@import 'tooltips';
|
||||
@import 'widgets';
|
||||
@import 'main_menu';
|
||||
@import 'dialog';
|
||||
|
||||
@import 'chat';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue