mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-06 01:54:30 +02:00
Fix buttons overflowing screen
This commit is contained in:
@ -22,4 +22,15 @@ main {
|
||||
/* Set the fixed height of the footer here */
|
||||
/*line-height: 60px; /* Vertically center the text there */
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
}
|
||||
|
||||
.topbutton {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.topbutton {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user