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