mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
hound fix
This commit is contained in:
parent
801db4b7a4
commit
7985319b10
3 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
}
|
||||
|
||||
.view-switch-button {
|
||||
margin-right: 0.25em;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.canvas-preview-img,
|
||||
|
|
|
@ -238,7 +238,7 @@
|
|||
.left,
|
||||
.middle,
|
||||
.right {
|
||||
flex-direction: inherit;
|
||||
display: flex;
|
||||
flex-direction: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
.view-switch-button {
|
||||
outline: 1px solid $color-alto;
|
||||
margin-right: 0.25em;
|
||||
margin-right: .25em;
|
||||
}
|
||||
|
||||
.view-switch,
|
||||
|
|
Loading…
Reference in a new issue