]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_codemirror.scss
respective book and chapter structure added.
[bookstack] / resources / sass / _codemirror.scss
index c4b0e2e8958635b15aec5ff66c288d642f0f0108..c79671d76467a4baf3b8edcab39598a769b996ce 100644 (file)
   align-items: center;
   justify-content: center;
   top: -1px;
-  right: -1px;
+  inset-inline-end: -1px;
   background-color: #EEE;
   border: 1px solid #DDD;
-  border-radius: 0 4px 0 0;
+  border-start-end-radius: 4px;
   @include lightDark(background-color, #eee, #333);
   @include lightDark(border-color, #ddd, #444);
   @include lightDark(color, #444, #888);