styling fixes for iphone

This commit is contained in:
2024-11-09 16:11:41 -08:00
parent 2857321b39
commit d4b446d122
2 changed files with 7 additions and 3 deletions

View File

@@ -24,11 +24,12 @@
height: 100%;
}
.wrapper.vertical .tabPanel.left {
flex: .6 .6;
/* designed to go down to the keyboard on my phone */
flex: .65 .65;
height: 100px;
}
.wrapper.vertical .tabPanel.right {
flex: .4 .4;
flex: .35 .35;
height: 100px;
}
.tabBar button {