mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Minor layout adjustments
This commit is contained in:
@@ -15,7 +15,7 @@ body {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 1em;
|
||||
padding: 0em 1em;
|
||||
gap: 1em;
|
||||
box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
|
||||
}
|
||||
@@ -52,14 +52,10 @@ body {
|
||||
|
||||
#blur-layer {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
/* top:0; left:0; bottom:0; right:0 */
|
||||
backdrop-filter: blur(5px);
|
||||
/* blur the content behind */
|
||||
-webkit-backdrop-filter: blur(5px);
|
||||
/* Safari support */
|
||||
z-index: 1;
|
||||
/* behind the modal */
|
||||
inset: 0; /* top:0; left:0; bottom:0; right:0 */
|
||||
backdrop-filter: blur(10px); /* blur the content behind */
|
||||
-webkit-backdrop-filter: blur(10px); /* Safari support */
|
||||
z-index: 1; /* behind the modal */
|
||||
}
|
||||
|
||||
|
||||
@@ -78,10 +74,10 @@ body {
|
||||
}
|
||||
|
||||
#sb-error-label {
|
||||
background: #a82d2e33;
|
||||
background: var(--error-background);
|
||||
border-radius: 0.5em;
|
||||
padding: 1em;
|
||||
color: #c65e5e;
|
||||
color: var(--error-color);
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user