forked from forgejo/forgejo
Fix #554
This commit is contained in:
parent
ec8ec58b17
commit
d88ebd9a4b
3 changed files with 46 additions and 41 deletions
|
@ -1,6 +1,5 @@
|
|||
.profile-avatar {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
border-radius: 6px;
|
||||
}
|
||||
#profile-name {
|
||||
|
@ -14,7 +13,7 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
.profile-info {
|
||||
padding: 0 50px;
|
||||
// padding: 0 50px;
|
||||
font-size: 14px;
|
||||
ul {
|
||||
padding-bottom: 10px;
|
||||
|
@ -54,4 +53,7 @@
|
|||
border-bottom: 2px solid #D26911;
|
||||
}
|
||||
}
|
||||
}
|
||||
#profile-body {
|
||||
margin-left: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue