Fix minor style issue

This commit is contained in:
Arnaud 2024-11-28 16:00:48 +01:00
parent 6fd2ee9d5c
commit 8da0a6c25b
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 8 additions and 1 deletions

View File

@ -45,6 +45,7 @@
svg {
min-width: 20px;
color: white;
}
h6 {

View File

@ -6,7 +6,7 @@
@property --codex-toast-color {
syntax: "<color>";
inherits: false;
inherits: true;
initial-value: rgb(111, 203, 148);
}
@ -31,6 +31,12 @@
max-width: 450px;
margin: auto;
@media screen and (max-width: 800px) {
& {
max-width: 300px;
}
}
&[aria-hidden] {
top: -1000px;
}