mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
V1.7! Bigger buttons for when viewed on a mobile screen or the android application
This commit is contained in:
@@ -115,7 +115,12 @@ body.dark-mode .input {
|
||||
#Title {
|
||||
font-size: 150%;
|
||||
}
|
||||
#ConnectButton,
|
||||
#ConnectButton {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
padding: 20px 40px; /* Increase the padding to make the button bigger */
|
||||
font-size: 20px; /* Increase the font-size for better readability on small screens */
|
||||
}
|
||||
#WebsiteButton {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
@@ -128,5 +133,7 @@ body.dark-mode .input {
|
||||
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