Merge branch 'main' of github.com:remanso-space/remanso

This commit is contained in:
Julien Calixte
2026-02-19 20:42:21 +01:00
40 changed files with 4264 additions and 488 deletions

View File

@@ -11,7 +11,7 @@
--link: #445fb9;
--light-link: lighten(#445fb9, 45%);
--background-color: #ffffff;
--note-width: 480px;
--note-width: 500px;
--color-contrast-content: var(--color-success);
--notyf-margin: 0.5rem;
}
@@ -24,8 +24,8 @@
@plugin 'daisyui' {
themes:
retro --default,
coffee --prefersdark;
garden --default,
night --prefersdark;
}
@config '../../tailwind.config.js';
@@ -109,7 +109,7 @@ a.title-stacked-note-link {
border: none;
}
@media only screen and (max-width: 480px) {
@media only screen and (max-width: 500px) {
.notyf__toast {
margin: var(--notyf-margin);
width: calc(100% - 2 * var(--notyf-margin));