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