]> git.armaanb.net Git - stagit.git/blobdiff - resources/style.css
Fix CSS widths
[stagit.git] / resources / style.css
index 7ae5c3d409251ed686387e8a860030571c696da0..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 {
@@ -70,6 +66,14 @@ table td {
        white-space: normal;
 }
 
+#log tr td:nth-child(3) {
+       max-width: 35ch;
+}
+
+#log tr td:nth-child(2) {
+       max-width: 65ch;
+}
+
 .desc {
        color: #928374;
 }
@@ -116,7 +120,3 @@ pre a.d:hover {
 .url td:nth-child(2) span a {
        color: #ebdbb2;
 }
-
-pre {
-       white-space: pre-wrap;
-}