mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-21 21:48:00 +02:00
Fix #554
This commit is contained in:
@ -2228,8 +2228,7 @@ textarea#issue-add-content {
|
||||
margin-left: 240px;
|
||||
}
|
||||
.profile-avatar {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
width: 100%;
|
||||
border-radius: 6px;
|
||||
}
|
||||
#profile-name {
|
||||
@ -2243,7 +2242,6 @@ textarea#issue-add-content {
|
||||
font-weight: bold;
|
||||
}
|
||||
.profile-info {
|
||||
padding: 0 50px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.profile-info ul {
|
||||
@ -2280,3 +2278,6 @@ textarea#issue-add-content {
|
||||
#profile-header li .current {
|
||||
border-bottom: 2px solid #D26911;
|
||||
}
|
||||
#profile-body {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user