aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar Myuki <myuki@outlook.ie> 2021-02-28 19:12:26 +0800
committerGravatar GitHub <noreply@github.com> 2021-02-28 12:12:26 +0100
commit7b4c54457954e2fd5a9352048143c4f8599155bd (patch)
tree1a17800fdcd20cb669e68623878e460527a791ac /p/themes/Screwdriver/screwdriver.css
parent8cf8817598706430f556f948ceafe894aeddf60e (diff)
Optimize some themes for mobile view (#3491)
* Optimize some themes for mobile view * Fix syntax
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index a4397663f..bbfb81db5 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -1305,6 +1305,8 @@ a.btn {
.nav_menu .btn {
margin: 5px 10px;
+ padding: 3px 5px;
+ min-height: 0;
}
.nav_menu .stick {
@@ -1320,6 +1322,7 @@ a.btn {
}
.nav_menu .search input {
+ padding: 3px 5px;
max-width: 97%;
width: 90px;
}