mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-06-16 12:45:01 +02:00
Made Leave Room button bigger on mobile
This commit is contained in:
parent
7ce73ce036
commit
7f8151dfeb
@ -167,4 +167,12 @@ body.dark-mode .version-number {
|
|||||||
padding: 20px 40px; /* Increase the padding to make the button bigger */
|
padding: 20px 40px; /* Increase the padding to make the button bigger */
|
||||||
font-size: 20px; /* Increase the font-size for better readability on small screens */
|
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 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user