client/src/App.scss
changeset 78 49c5ea36d0a4
parent 73 7e8cdc74d86f
child 79 772b73e31069
--- a/client/src/App.scss	Thu Jun 22 12:53:00 2017 +0200
+++ b/client/src/App.scss	Thu Jun 22 12:37:53 2017 +0200
@@ -118,6 +118,7 @@
             }
         }
         .notes-list {
+            min-width: 75%;
             overflow-y: auto;
         }
     }
@@ -129,6 +130,7 @@
 }
 
 .note {
+    display: flex;
     position: relative;
     padding-left: 70px;
     margin-bottom: 20px;
@@ -159,6 +161,14 @@
         bottom: 0;
         left: 0;
     }
+
+    &-content {
+        width: 66.6666%;
+    }
+
+    &-margin-comment {
+        width: 33.3333%;
+    }
 }
 
 span.annotation {