styling fixes for iphone
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
module Concat
|
module Lists
|
||||||
|
|
||||||
|
-- From the "Lists" chapter of Programming Language Foundations in Agda
|
||||||
|
-- https://plfa.github.io/Lists/
|
||||||
|
|
||||||
data Nat : U where
|
data Nat : U where
|
||||||
Z : Nat
|
Z : Nat
|
||||||
|
|||||||
@@ -24,11 +24,12 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
.wrapper.vertical .tabPanel.left {
|
.wrapper.vertical .tabPanel.left {
|
||||||
flex: .6 .6;
|
/* designed to go down to the keyboard on my phone */
|
||||||
|
flex: .65 .65;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.wrapper.vertical .tabPanel.right {
|
.wrapper.vertical .tabPanel.right {
|
||||||
flex: .4 .4;
|
flex: .35 .35;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
}
|
}
|
||||||
.tabBar button {
|
.tabBar button {
|
||||||
|
|||||||
Reference in New Issue
Block a user