Made Leave Room button bigger on mobile

This commit is contained in:
abrendan 2024-01-29 18:09:40 +00:00
parent 7ce73ce036
commit 7f8151dfeb

View File

@ -167,4 +167,12 @@ body.dark-mode .version-number {
padding: 20px 40px; /* Increase the padding to make the button bigger */
font-size: 20px; /* Increase the font-size for better readability on small screens */
}
#LeaveRoomButton {
display: block;
margin: 0 auto;
margin-bottom: 20px;
margin-top: 10px;
padding: 20px 40px; /* Increase the padding to make the button bigger */
font-size: 20px; /* Increase the font-size for better readability on small screens */
}
}