remove padding if is hidden

This commit is contained in:
SrGooglo 2023-05-28 01:28:27 +00:00
parent 20b435b6cf
commit f5a452bee3

View File

@ -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 {