Selaa lähdekoodia

wip add style

ryohek 6 vuotta sitten
vanhempi
sitoutus
a2c699cb60
1 muutettua tiedostoa jossa 17 lisäystä ja 0 poistoa
  1. 17 0
      src/client/styles/scss/_page.scss

+ 17 - 0
src/client/styles/scss/_page.scss

@@ -68,8 +68,25 @@
       }
       }
 
 
       .revision-history-diff {
       .revision-history-diff {
+        max-width: 30%;
         padding-left: 40px;
         padding-left: 40px;
         color: #333;
         color: #333;
+        .d2h-file-wrapper {
+          max-width: 30%;
+        }
+        .d2h-file-side-diff {
+          max-width: 30%;
+        }
+        .d2h-code-line-ctn {
+          max-width: 30%;
+        }
+        tr {
+          max-width: 20%;
+          overflow: hidden !important;
+        }
+        .d2h-cntx {
+          max-width: 30%;
+        }
       }
       }
     }
     }