design: change paddings

This commit is contained in:
Julien Calixte
2025-04-08 21:29:26 +02:00
parent c8c669c0c2
commit 1dda4cf77a
2 changed files with 6 additions and 2 deletions

View File

@@ -176,6 +176,7 @@ $header-height: 40px;
left: 0; left: 0;
top: 0; top: 0;
padding: 0 2rem; padding: 0 2rem;
scrollbar-width: none;
.repo-title { .repo-title {
margin-top: 1rem; margin-top: 1rem;
@@ -249,7 +250,7 @@ $header-height: 40px;
@media print, screen and (max-width: 768px) { @media print, screen and (max-width: 768px) {
.flux-note { .flux-note {
.readme { .readme {
padding: 0 0.5rem; padding: 0 0.75rem;
} }
} }

View File

@@ -245,13 +245,14 @@ $border-color: rgba(18, 19, 58, 0.2);
padding: 0 1.5rem 1rem; padding: 0 1.5rem 1rem;
background-color: var(--color-base-100); background-color: var(--color-base-100);
color: var(--color-base-content); color: var(--color-base-content);
scrollbar-width: none;
&.overlay { &.overlay {
box-shadow: -3px 0 0.4em $border-color; box-shadow: -3px 0 0.4em $border-color;
} }
section { section {
padding: 0 0.25rem 2rem; padding: 0 0.5rem 2rem;
} }
} }
@@ -290,6 +291,7 @@ a.title-stacked-note-link {
.text-content { .text-content {
flex: 1; flex: 1;
scrollbar-width: none;
div { div {
height: 100%; height: 100%;
@@ -316,6 +318,7 @@ a.title-stacked-note-link {
.note-content { .note-content {
padding: 0; padding: 0;
scrollbar-width: none;
} }
} }
} }