]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_components.scss
Updated attachment links to have dropdown for open type
[bookstack] / resources / sass / _components.scss
index e30492b6bd6e5cf9c1a87fc9cbc9c2c5a0c3b45a..e3c9d5eea64998359004cd81a3df1491bd293058 100644 (file)
@@ -61,7 +61,7 @@
   }
 }
 
-[chapter-toggle] {
+.chapter-contents-toggle {
   cursor: pointer;
   margin: 0;
   transition: all ease-in-out 180ms;
@@ -77,7 +77,7 @@
     transform: rotate(90deg);
   }
   svg[data-icon="caret-right"] + * {
-    margin-inline-start: $-xs;
+    margin-inline-start: $-xxs;
   }
 }