diff options
author | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 17:51:49 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2020-01-05 17:51:49 +0100 |
commit | 7e4b56ba8b2d771e7cebe40baf84ea56b577357c (patch) | |
tree | 9e61a952d5f091300c5e51ea495b3302946e748e /frontend | |
parent | abebc38e039eb47065a3d418a912b0a4c97916d1 (diff) | |
download | Surfer-7e4b56ba8b2d771e7cebe40baf84ea56b577357c.tar.gz Surfer-7e4b56ba8b2d771e7cebe40baf84ea56b577357c.tar.zst Surfer-7e4b56ba8b2d771e7cebe40baf84ea56b577357c.zip |
Remove noisy header bar shadow
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/css/style.css b/frontend/css/style.css index 9d019b0..23364e5 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css | |||
@@ -22,7 +22,6 @@ html, body { | |||
22 | 22 | ||
23 | .el-header { | 23 | .el-header { |
24 | padding: 10px 20px; | 24 | padding: 10px 20px; |
25 | box-shadow: 0 1px 7px rgba(0,0,0,0.3); | ||
26 | height: 52px !important; | 25 | height: 52px !important; |
27 | } | 26 | } |
28 | 27 | ||