aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHJ <spam@hjkos.com>2018-12-14 14:15:26 +0000
committerHJ <spam@hjkos.com>2018-12-14 14:15:26 +0000
commita158e75a04efb9b876330326b8bc1e03d2c12041 (patch)
treef1f981f14b9af677b4927ace6c9efc648524b9b7 /src/App.scss
parent5b6c1aa97c0d13101ebddb4c34b79a2e428ec30b (diff)
parentbd745543b6fa7ede1d08a85379101d5e409b0eab (diff)
Merge branch 'search-mobile-fixes' into 'develop'
Fixes for user-finder on mobile Closes #188 and #179 See merge request pleroma/pleroma-fe!389
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 0a303b15..7f33cd51 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -269,6 +269,9 @@ nav {
justify-content: center;
flex: 0 0 auto;
z-index: -1;
+ transition: opacity;
+ transition-timing-function: ease-out;
+ transition-duration: 100ms;
.mask {
mask-repeat: no-repeat;
@@ -597,6 +600,11 @@ nav {
color: $fallback--faint;
color: var(--faint, $fallback--faint);
}
+@media all and (min-width: 959px) {
+ .logo {
+ opacity: 1 !important;
+ }
+}
@media all and (max-width: 959px) {
.mobile-hidden {