We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5689d9f commit bed6577Copy full SHA for bed6577
web_src/less/_user.less
@@ -7,7 +7,7 @@
7
display: block;
8
font-weight: 600;
9
font-size: 1.3rem;
10
- margin-top: -.2rem;
+ margin-top: -0.2rem;
11
line-height: 1.3rem;
12
}
13
@@ -47,7 +47,7 @@
47
48
#profile-avatar {
49
background: none;
50
- padding: 1rem 1rem .25rem;
+ padding: 1rem 1rem 0.25rem;
51
52
img {
53
width: 100%;
@@ -175,3 +175,7 @@
175
max-width: 60px;
176
177
178
+
179
+#notification_div .tab.segment {
180
+ overflow-x: scroll;
181
+}
0 commit comments