design: give a little more space

This commit is contained in:
Julien Calixte
2026-02-17 16:20:28 +01:00
parent 5ea5db2655
commit efd2a2a99b

View File

@@ -11,7 +11,7 @@
--link: #445fb9; --link: #445fb9;
--light-link: lighten(#445fb9, 45%); --light-link: lighten(#445fb9, 45%);
--background-color: #ffffff; --background-color: #ffffff;
--note-width: 480px; --note-width: 500px;
--color-contrast-content: var(--color-success); --color-contrast-content: var(--color-success);
--notyf-margin: 0.5rem; --notyf-margin: 0.5rem;
} }
@@ -109,7 +109,7 @@ a.title-stacked-note-link {
border: none; border: none;
} }
@media only screen and (max-width: 480px) { @media only screen and (max-width: 500px) {
.notyf__toast { .notyf__toast {
margin: var(--notyf-margin); margin: var(--notyf-margin);
width: calc(100% - 2 * var(--notyf-margin)); width: calc(100% - 2 * var(--notyf-margin));