diff --git a/Iceshrimp.Frontend/Components/NoteFooter.razor b/Iceshrimp.Frontend/Components/NoteFooter.razor index ed7643aa..c3c29732 100644 --- a/Iceshrimp.Frontend/Components/NoteFooter.razor +++ b/Iceshrimp.Frontend/Components/NoteFooter.razor @@ -11,17 +11,17 @@ } @code { diff --git a/Iceshrimp.Frontend/Components/NoteMetadata.razor b/Iceshrimp.Frontend/Components/NoteMetadata.razor index 0d73fa0f..3d4e7ada 100644 --- a/Iceshrimp.Frontend/Components/NoteMetadata.razor +++ b/Iceshrimp.Frontend/Components/NoteMetadata.razor @@ -7,16 +7,16 @@ @switch (Visibility) { case NoteVisibility.Public: - + break; case NoteVisibility.Home: - + break; case NoteVisibility.Followers: - + break; case NoteVisibility.Specified: - + break; default: throw new ArgumentOutOfRangeException(); diff --git a/Iceshrimp.Frontend/Components/TimelineComponent.razor.css b/Iceshrimp.Frontend/Components/TimelineComponent.razor.css index 3a36c666..a67825e8 100644 --- a/Iceshrimp.Frontend/Components/TimelineComponent.razor.css +++ b/Iceshrimp.Frontend/Components/TimelineComponent.razor.css @@ -6,4 +6,5 @@ width: 100%; align-items: center; overflow-anchor: none; + overscroll-behavior: contain; } \ No newline at end of file diff --git a/Iceshrimp.Frontend/Components/TimelineNote.razor.css b/Iceshrimp.Frontend/Components/TimelineNote.razor.css index 75cd9745..1515eabb 100644 --- a/Iceshrimp.Frontend/Components/TimelineNote.razor.css +++ b/Iceshrimp.Frontend/Components/TimelineNote.razor.css @@ -1,11 +1,11 @@ .note-container { - max-width: 40rem; - min-width: 15rem; + max-width: 50rem; + min-width: 20rem; background-color: var(--foreground-color); padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/ border-radius: 0.75rem; margin-top: 1rem; - margin-right: 1.5rem; - margin-left: 1.5rem; + margin-right: 0.5rem; + margin-left: 0.5rem; width: 100%; } \ No newline at end of file diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor.css b/Iceshrimp.Frontend/Layout/Sidebar.razor.css index f2b19463..89b5eb5f 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor.css +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor.css @@ -1,4 +1,4 @@ -@media (min-width: 701px) { +@media (min-width: 701px) {t .sidebar { display: flex; flex-direction: column; diff --git a/Iceshrimp.Frontend/wwwroot/css/app.css b/Iceshrimp.Frontend/wwwroot/css/app.css index 4f0d3ea6..47865d87 100644 --- a/Iceshrimp.Frontend/wwwroot/css/app.css +++ b/Iceshrimp.Frontend/wwwroot/css/app.css @@ -2,6 +2,7 @@ font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; + font-size: 15px; color-scheme: light dark; color: rgba(255, 255, 255, 0.87);