diff --git a/Iceshrimp.Frontend/Components/TimelineNote.razor.css b/Iceshrimp.Frontend/Components/TimelineNote.razor.css index 9fec5434..26bc2250 100644 --- a/Iceshrimp.Frontend/Components/TimelineNote.razor.css +++ b/Iceshrimp.Frontend/Components/TimelineNote.razor.css @@ -3,7 +3,7 @@ min-width: 20rem; background-color: var(--foreground-color); padding: 1.5rem 1.5rem 1rem; /* top, left-right, bottom*/ - @media (max-width: 700px) { + @media (max-width: 1000px) { padding: 1.5rem 1rem 1rem; } border-radius: 0.75rem; diff --git a/Iceshrimp.Frontend/Layout/MainLayout.razor.css b/Iceshrimp.Frontend/Layout/MainLayout.razor.css index e29220bf..22bdc190 100644 --- a/Iceshrimp.Frontend/Layout/MainLayout.razor.css +++ b/Iceshrimp.Frontend/Layout/MainLayout.razor.css @@ -15,7 +15,7 @@ } -@media (max-width: 700px) { +@media (max-width: 1000px) { .widget-panel { display: none; } diff --git a/Iceshrimp.Frontend/Layout/Sidebar.razor.css b/Iceshrimp.Frontend/Layout/Sidebar.razor.css index 89b5eb5f..0f1d0949 100644 --- a/Iceshrimp.Frontend/Layout/Sidebar.razor.css +++ b/Iceshrimp.Frontend/Layout/Sidebar.razor.css @@ -1,4 +1,4 @@ -@media (min-width: 701px) {t +@media (min-width: 1001px) { .sidebar { display: flex; flex-direction: column; @@ -43,7 +43,7 @@ } } -@media (max-width: 700px) { +@media (max-width: 1000px) { .sidebar { display: none; } diff --git a/Iceshrimp.Frontend/wwwroot/css/app.css b/Iceshrimp.Frontend/wwwroot/css/app.css index c9fda3d2..a75bfb20 100644 --- a/Iceshrimp.Frontend/wwwroot/css/app.css +++ b/Iceshrimp.Frontend/wwwroot/css/app.css @@ -3,7 +3,7 @@ line-height: 1.5; font-weight: 400; font-size: 15px; - @media (max-width: 700px) { + @media (max-width: 1000px) { font-size: 13px; }