1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2025-01-02 14:07:55 -03:00
parent 52d6acc342
commit 18c437523c

View file

@ -41,10 +41,10 @@
}
.show-when-is-expanded, .show-when-is-compressed{
display: none !important;
display: none;
}
.ypt-is-expanded .show-when-is-expanded,
.ypt-is-compressed .show-when-is-compressed{
display: inline-block !important;
display: inline-block;
}