commit de5545d3be9e89605c6a5604f4a46fc3c3b5042d
parent e52470e4eb822b677519a9eb398b7dc840366a44
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Tue, 16 Apr 2019 00:26:40 -0400
Make some changes to mobile view to make it more consistent
Diffstat:
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/build/base.css b/build/base.css
@@ -235,7 +235,7 @@ ul.inline {
position: relative;
float: right;
left: -180px;
- width: 10%;
+ width: 40px;
}
.in-rem-btn, .in-edit-btn {
@@ -298,22 +298,26 @@ ul.inline {
}
.in-edit-btn, .in-rem-btn {
height: 40px;
- float: none;
}
.in-rem-btn {
- left: 60px;
- width: 100px;
+ left: 50px;
top: 0px;
+ width: 100px;
}
.in-edit-btn {
- left: 45px;
- width: 70px;
+ left: -140px;
top: 0px;
+ width: 70px;
}
.in-val {
left: 20px;
+ bottom: 7px;
width: 10%;
float: none;
+ text-decoration: underline;
+ }
+ #add-char>button, #add-char>*>* {
+ height: 30px;
}
}
@@ -326,7 +330,6 @@ ul.inline {
}
#add-char>button, #add-char>*>* {
margin-top: 0.5em;
- height: 30px;
margin-left: 20%;
}
#add-char>button {