From 90af801b5eba83748017267039729ffad2319071 Mon Sep 17 00:00:00 2001 From: Jeder Date: Thu, 24 Oct 2024 22:04:55 +0200 Subject: [PATCH] [frontend] Remove screen width based front shrink --- Iceshrimp.Frontend/wwwroot/css/app.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/Iceshrimp.Frontend/wwwroot/css/app.css b/Iceshrimp.Frontend/wwwroot/css/app.css index 1f0d3c0b..8edfb05f 100644 --- a/Iceshrimp.Frontend/wwwroot/css/app.css +++ b/Iceshrimp.Frontend/wwwroot/css/app.css @@ -3,9 +3,6 @@ line-height: 1.5; font-weight: 400; font-size: 15px; - @media (max-width: 1000px) { - font-size: 13px; - } color-scheme: light dark; color: rgba(255, 255, 255, 0.87);