From f6f904f7645d480698b714652e8a4c401dd5e8cc Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Sat, 28 Sep 2024 16:33:16 +0200 Subject: [PATCH] back --- src/App/mediarules.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 0d7f6454..2bce8edc 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -90,17 +90,6 @@ width: 100em !important; max-width: 250px !important; } - .sidebar, #eng-sidebar { - display: block; /* Sidebar wird links angezeigt */ - width: 150px; /* Feste Breite fÞr Sidebar */ - position: fixed; /* Sidebar bleibt links fixiert */ - height: 100%; /* Sidebar nimmt die gesamte HÃķhe ein */ - left: 0; - top: 0; - background-color: #f8f9fa; - padding: 20px; - z-index: 1000; - } .tag{ width: min-content !important; -- GitLab