1
0
Fork 0
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:
SirStendec 2018-07-24 16:11:02 -04:00
parent 154a587c87
commit b8f86fe48f
14 changed files with 570 additions and 180 deletions

View file

@ -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;
}

View file

@ -1,7 +1,7 @@
@import 'icons';
@import 'tooltips';
@import 'widgets';
@import 'main_menu';
@import 'dialog';
@import 'chat';