mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
remove padding if is hidden
This commit is contained in:
parent
20b435b6cf
commit
f5a452bee3
@ -163,6 +163,9 @@
|
|||||||
&.hidden {
|
&.hidden {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
max-height: 0px;
|
max-height: 0px;
|
||||||
|
|
||||||
|
padding-top: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sync-room_share_btns {
|
.sync-room_share_btns {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user