diff --git a/_posts/.vscode/settings.json b/_posts/.vscode/settings.json deleted file mode 100755 index 10ee850..0000000 --- a/_posts/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ -"editor.wordWrap": "off", -"cSpell.words": [ - "behaviour", - "dockable" -] -} \ No newline at end of file diff --git a/themes/Pixelmixer-Default/stylesheets/color.css b/themes/Pixelmixer-Default/stylesheets/color.css index ffae554..eea8a0a 100644 --- a/themes/Pixelmixer-Default/stylesheets/color.css +++ b/themes/Pixelmixer-Default/stylesheets/color.css @@ -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");