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

View File

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