mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 23:02:45 +00:00
Remove duplicate ErrorBar/popups tray
Removed duplicated components. Restyled the popups to accomodate extra height of viewer tools.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
.popups {
|
||||
position : fixed;
|
||||
top : @navbarHeight;
|
||||
top : calc(@navbarHeight + @viewerToolsHeight);
|
||||
right : 24px;
|
||||
z-index : 10001;
|
||||
width : 450px;
|
||||
padding-top : 5px;
|
||||
}
|
||||
|
||||
.notificationPopup {
|
||||
|
||||
Reference in New Issue
Block a user