Skip to content

Commit f437063

Browse files
jolheiserlafriks
andauthored
Fix profile page CSS (#10406)
* Fix profile page Signed-off-by: jolheiser <[email protected]> * Remove redundant CSS Signed-off-by: jolheiser <[email protected]> * Fix .username and change em to rem Signed-off-by: jolheiser <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 089ccb0 commit f437063

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web_src/less/_user.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@
55

66
&.profile {
77
.ui.card {
8+
.header,
89
.username {
910
display: block;
1011
}
1112

13+
.header {
14+
font-weight: 700;
15+
font-size: 1.3rem;
16+
margin-top: -0.2rem;
17+
line-height: 1.3rem;
18+
}
19+
1220
.extra.content {
1321
padding: 0;
1422

@@ -40,6 +48,9 @@
4048
}
4149

4250
#profile-avatar {
51+
img {
52+
width: 100%;
53+
}
4354
@media only screen and (max-width: 768px) {
4455
height: 250px;
4556
overflow: hidden;

0 commit comments

Comments
 (0)