mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-24 21:50:30 +02:00
Made Leave Room button bigger on mobile
This commit is contained in:
@@ -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 */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user