summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-05-18 09:12:16 +0300
committerAndrew Dolgov <[email protected]>2020-05-18 09:12:16 +0300
commitb09a0ed5d1861e0f291c2d76ed801556549e5588 (patch)
treea78bcbc1b2c456a6e36a0b952a244542fb69312f /css
parent021a845638d8003751980a8bc16da149702cf46b (diff)
show search box in app mode (except for offline)
Diffstat (limited to 'css')
-rw-r--r--css/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/index.css b/css/index.css
index 66792cf..3eae557 100644
--- a/css/index.css
+++ b/css/index.css
@@ -3,6 +3,10 @@
flex-wrap: wrap;
}
+.separate-search {
+ padding : 8px;
+}
+
.row > div {
padding-top : 10px;
}