Skip to content

Commit

Permalink
sort out seperator dots
Browse files Browse the repository at this point in the history
  • Loading branch information
script-fu committed Aug 25, 2024
1 parent 50a4596 commit ee1457e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
7 changes: 0 additions & 7 deletions _posts/.vscode/settings.json

This file was deleted.

16 changes: 8 additions & 8 deletions themes/Pixelmixer-Default/stylesheets/color.css
Original file line number Diff line number Diff line change
Expand Up @@ -1901,20 +1901,20 @@ viewport viewport {
/*** Separators ***/

paned.horizontal > separator {
background-color: @seperator-color;
border-style: none;
background-size: contain;
background-position: center center;
background-color: @seperator-color;
border-style: none;
background-size: 0.25em;
background-position: center;
background-repeat: no-repeat;
background-image: url("../assets/separators/separator-handle.svg");
transition-delay: 0.05s;
}

paned.vertical > separator {
background-color: @seperator-color;
border-style: none;
background-size: contain;
background-position: center center;
background-color: @seperator-color;
border-style: none;
background-size: 1em;
background-position: center;
background-repeat: no-repeat;
border-image-source: none;
background-image: url("../assets/separators/separator-handle-v.svg");
Expand Down

0 comments on commit ee1457e

Please sign in to comment.