]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Fix CSS widths
[stagit.git] / resources / style.css
index 360ba5e670fc2d3e911772aed84a4221e6f62bce..c90665aec9bca2a650d128a0b2abfb200b95cea1 100644 (file)
@@ -3,12 +3,8 @@ body {
        font-family: monospace;
        color: #ebdbb2;
        background-color: #282828;
-       max-width: max-content;
-       min-width: min-content;
-}
-
-pre {
-       tab-size: 4;
+       max-width: 100%;
+       width: max-content;
 }
 
 h1, h2, h3, h4, h5, h6 {
@@ -124,7 +120,3 @@ pre a.d:hover {
 .url td:nth-child(2) span a {
        color: #ebdbb2;
 }
-
-pre {
-       white-space: pre-wrap;
-}