hound fix

This commit is contained in:
Giga Chubinidze 2023-05-31 19:31:18 +04:00
parent 801db4b7a4
commit 7985319b10
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@
} }
.view-switch-button { .view-switch-button {
margin-right: 0.25em; margin-right: .25em;
} }
.canvas-preview-img, .canvas-preview-img,

View file

@ -238,7 +238,7 @@
.left, .left,
.middle, .middle,
.right { .right {
flex-direction: inherit;
display: flex; display: flex;
flex-direction: inherit;
} }
} }

View file

@ -56,7 +56,7 @@
.view-switch-button { .view-switch-button {
outline: 1px solid $color-alto; outline: 1px solid $color-alto;
margin-right: 0.25em; margin-right: .25em;
} }
.view-switch, .view-switch,