Przeglądaj źródła

comment out diff and max width

ryohek 6 lat temu
rodzic
commit
ca6e13dffa
1 zmienionych plików z 21 dodań i 16 usunięć
  1. 21 16
      src/client/styles/scss/_page.scss

+ 21 - 16
src/client/styles/scss/_page.scss

@@ -33,6 +33,7 @@
 .main .content-main .revision-history {
 .main .content-main .revision-history {
   .revision-history-list {
   .revision-history-list {
     .revision-history-outer {
     .revision-history-outer {
+      max-width: 50%;
       // add border-top except of first element
       // add border-top except of first element
       &:not(:first-of-type) {
       &:not(:first-of-type) {
         border-top: 1px solid $border;
         border-top: 1px solid $border;
@@ -68,28 +69,32 @@
       }
       }
 
 
       .revision-history-diff {
       .revision-history-diff {
-        max-width: 30%;
+        // 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%;
+        // // .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%;
+        // // }
       }
       }
     }
     }
 
 
+    // .hoge {
+    //   max-width: 50%;
+    // }
+
     li {
     li {
       position: relative;
       position: relative;
       list-style: none;
       list-style: none;