-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
ui: change time-line event icons tyle #10940
Conversation
* Fix timeline icons offset go-gitea#10864 Co-authored-by: Sorien <[email protected]> * change icons style on time-line to a more meaningfull icon like github instead of primitive-dot * change merge comment style to distinguish it from close Signed-off-by: a1012112796 <[email protected]>
a93fe8f
to
5b7addb
Compare
personally i'd try to align icon and avatar together could you try .issue-symbol {
float: left;
width: 30px;
height: 30px;
background-color: #eee;
border: 2px solid #fff;
margin-left: -36px;
border-radius: 50%;
padding: 5px;
} and change all svg icons to theirs original width & height of 16px |
@a1012112796 finally i'm able to build gittea from sources, could you give me few days i'll try to come with proper solution |
That's fun, Thanks! |
Close this PR, It's duplicate #10972, Let's wait it. |
Co-authored-by: Sorien [email protected]
change icons style on time-line to a more meaningfull icon like github instead of primitive-dot
change merge comment style to distinguish it from close
view:
Close #10864