mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 00:45:28 +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;
|
||||
flex-shrink: 0;
|
||||
line-height: 24px;
|
||||
text-align: center;
|
||||
width: 24px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
top: 2px;
|
||||
width: 24px;
|
||||
|
||||
&:not(.collapsed) {
|
||||
transform: rotate(90deg);
|
||||
position: relative;
|
||||
right: 5px;
|
||||
top: -3px;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue