0
0
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:
G.Ambatte
2024-06-06 21:46:34 +12:00
parent fa7b3ea2a0
commit 38fc647495

View File

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