mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +08:00
hound fix
This commit is contained in:
parent
46af9af0a9
commit
4dc8273a4e
1 changed files with 3 additions and 3 deletions
|
@ -95,16 +95,16 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
|
||||||
width: 24px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
width: 24px;
|
||||||
|
|
||||||
&:not(.collapsed) {
|
&:not(.collapsed) {
|
||||||
transform: rotate(90deg);
|
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
top: -3px;
|
top: -3px;
|
||||||
|
transform: rotate(90deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue