unset input height for room/psw

This commit is contained in:
lindenkron 2023-04-19 00:46:32 +02:00
parent aa51dc4333
commit 30cafd5dd3

View File

@ -5143,6 +5143,10 @@ input[type='range'] {
width: 100%; width: 100%;
} }
#videoname1, #passwordRoom {
height:unset;
}
#audioMenu ul { #audioMenu ul {
list-style:none; list-style:none;
} }