aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/scss/responsive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/assets/stylesheets/scss/responsive.scss')
-rw-r--r--resources/assets/stylesheets/scss/responsive.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss
index d6c838c..35ffa7c 100644
--- a/resources/assets/stylesheets/scss/responsive.scss
+++ b/resources/assets/stylesheets/scss/responsive.scss
@@ -285,8 +285,7 @@ $sidebarOut: -330px;
}
#quicksearch_item,
- #notification-wrapper,
- #avatar-wrapper,
+ #avatar-menu-container,
#current-page-structure {
display: none;
}
@@ -303,8 +302,8 @@ $sidebarOut: -330px;
}
}
- #notification-wrapper,
- #avatar-wrapper,
+ #notification-container,
+ .header_avatar_container,
#sidebar-menu {
display: none;
}
@@ -761,6 +760,21 @@ html:not(.responsive-display):not(.fullscreen-mode) {
line-height: 20px;
}
+ #avatar-menu-container {
+ position: relative;
+ bottom: 0px;
+ right: 0px;
+ line-height: 20px !important;
+
+ #avatar-menu {
+ display: none;
+ }
+
+ &::after {
+ display: none !important;
+ }
+ }
+
#top-bar {
box-sizing: border-box;
height: $header-bar-container-height;