Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix profile page CSS #10406

Merged
merged 4 commits into from
Feb 22, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix profile page
Signed-off-by: jolheiser <[email protected]>
  • Loading branch information
jolheiser committed Feb 21, 2020
commit e95a1fae1002b14d8dc81ddce6d30a30382b1637
14 changes: 14 additions & 0 deletions web_src/less/_user.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@

&.profile {
.ui.card {
.header {
font-weight: 700;
font-size: 1.3em;
margin-top: -0.2em;
line-height: 1.3em;
jolheiser marked this conversation as resolved.
Show resolved Hide resolved

&,
.username {
display: block;
}
}
.username {
display: block;
}
Expand Down Expand Up @@ -40,6 +51,9 @@
}

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