From 36be4611ae3a937bda0d9254c6ca8526e93c7dfe Mon Sep 17 00:00:00 2001
From: asal sahami <asalsahami22@gmail.com>
Date: Sat, 28 Sep 2024 14:12:37 +0200
Subject: [PATCH] media

---
 src/App/mediarules.css | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index 3a08971f..69fdecea 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -90,7 +90,17 @@
         width: 100em !important;
         max-width: 250px !important;
     } 
-
+    .sidebar, #eng-sidebar {
+        display: block;       /* Sidebar wird links angezeigt */
+        width: 250px;         /* 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