summaryrefslogtreecommitdiffstats
path: root/css/navigation.css
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2019-03-11 22:57:37 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-12 19:21:50 +0100
commite4da09575fc67b20bb3bf61cbf8cff1dd4c789c9 (patch)
treee25ee23a00de532a7e83e20219093a5a8b6b3129 /css/navigation.css
parent9d5ac4b039ecb8f0dd37ede8bc0ae771f1580903 (diff)
Fix design issue in #410
Diffstat (limited to 'css/navigation.css')
-rw-r--r--css/navigation.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/css/navigation.css b/css/navigation.css
index 1a90130c4..f61b05fc3 100644
--- a/css/navigation.css
+++ b/css/navigation.css
@@ -160,7 +160,6 @@
right: 0;
position: absolute;
margin: 0;
- padding: 0;
height: 44px;
width: 44px;
padding: 15px;
@@ -179,14 +178,14 @@
#app-navigation .animate-show.ng-hide-add,
#app-navigation .animate-show.ng-hide-remove {
- /* this is required as of 1.3x to properly
- apply all styling in a show/hide animation */
- transition: 0s linear opacity;
+ /* this is required as of 1.3x to properly
+ apply all styling in a show/hide animation */
+ transition: 0s linear opacity;
}
#app-navigation .animate-show.ng-hide-add-active,
#app-navigation .animate-show.ng-hide-remove-active {
- transition: .2s linear opacity;
+ transition: .2s linear opacity;
}
#app-navigation .animate-show {