hound fix

This commit is contained in:
Giga Chubinidze 2023-09-12 02:17:12 +04:00
parent 46af9af0a9
commit 4dc8273a4e

View file

@ -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);
}
}
}