]> Nishi Git Mirror - gwion.git/commitdiff
Fix overflow for mdr box (???)
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 16 Feb 2021 20:23:57 +0000 (21:23 +0100)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 16 Feb 2021 20:23:57 +0000 (21:23 +0100)
custom.css

index fad63ab71221ee146140289612fbe6dafac4705a..7c74449e93364b07fc269105fe9200625e2ffce6 100644 (file)
@@ -1,13 +1,13 @@
 .mdr {
   color:var(--sidebar-active);
   background-color:var(--sidebar-bg);
-  border: 5px solid var(--sidebar-fg);
-  padding: 10px;
-  margin-right: 20%;
-  margin-left: 20%;
-  moz-border-radius: 15px;
-  -webkit-border-radius: 15px;
-  overflow: scroll;
+  border: 1px solid var(--sidebar-fg);
+  padding: 1%;
+//  margin-right: 1%;
+//  margin-left: 1%;
+//  moz-border-radius: 1%;
+//  -webkit-border-radius: 1%;
+  overflow: auto;
 }
 
 footer {