mirror of
https://github.com/9x/sheetmusictrainer.git
synced 2026-09-02 09:34:33 +02:00
Fix issues with resizing on small screens
This commit is contained in:
@@ -735,13 +735,13 @@ button {
|
||||
flex: 0 0 auto;
|
||||
min-height: 120px;
|
||||
/* Reduced to allow more space for fretboard */
|
||||
max-height: 180px;
|
||||
/* max-height removed to allow full staff visibility */
|
||||
transform: scale(1.0);
|
||||
/* No scaling to prevent overflow */
|
||||
transform-origin: center center;
|
||||
justify-content: center;
|
||||
margin-bottom: 0;
|
||||
padding-top: 10px;
|
||||
margin-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user