Skip to content

Commit

Permalink
Fix profile page CSS (#10406)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
jolheiser and lafriks committed Feb 22, 2020
1 parent 089ccb0 commit f437063
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web_src/less/_user.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@

&.profile {
.ui.card {
.header,
.username {
display: block;
}

.header {
font-weight: 700;
font-size: 1.3rem;
margin-top: -0.2rem;
line-height: 1.3rem;
}

.extra.content {
padding: 0;

Expand Down Expand Up @@ -40,6 +48,9 @@
}

#profile-avatar {
img {
width: 100%;
}
@media only screen and (max-width: 768px) {
height: 250px;
overflow: hidden;
Expand Down

0 comments on commit f437063

Please sign in to comment.