summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
authorDennis Tang <dennis@dennistang.net>2018-10-19 12:28:52 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-10-19 12:28:52 +0000
commitf8c55c7d0f3ff9d926ad6a06a993a0c140fd04fb (patch)
tree65f7a538e9820e3653e1b38b6c2cb2bc5653bb67 /app/assets/stylesheets/framework/header.scss
parent6b70b772ae48ec08df80096275641d05135b3df1 (diff)
downloadgitlab-ce-f8c55c7d0f3ff9d926ad6a06a993a0c140fd04fb.tar.gz
Adjust size and alignment of emojis of user status in user menu
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss15
1 files changed, 9 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 2bee2961847..d1ce3a582bb 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -530,7 +530,6 @@
.header-user {
&.show .dropdown-menu {
- max-height: 323px;
margin-top: 4px;
color: $gl-text-color;
left: auto;
@@ -542,15 +541,19 @@
display: block;
}
- .user-status-emoji {
+ .user-status {
margin-right: 0;
- display: block;
- vertical-align: text-top;
max-width: 240px;
- font-size: 12px;
+ font-size: $gl-font-size-small;
gl-emoji {
- font-size: $gl-font-size;
+ font-size: $gl-font-size-small;
+ }
+
+ .user-status-emoji {
+ gl-emoji {
+ font-size: $gl-font-size;
+ }
}
}
}