mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-25 11:52:39 +00:00
Change NotificationPopup to inline-block from block
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
border : none;
|
||||
&[open]{
|
||||
// Do NOT set a display property on a dialog! Set it on dialog[open] instead
|
||||
display: block;
|
||||
display: inline-block;
|
||||
}
|
||||
a{
|
||||
color : #e0e5c1;
|
||||
|
||||
Reference in New Issue
Block a user