1.0.18 - Fixed merge icons in pull requests #27
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
// main: theme-gitea-modern.user.styl, out: theme-gitea-modern.css, compress: true
|
||||
// Ignore above, just compiler stuff
|
||||
|
||||
/* Update 1.0.17
|
||||
- Remove uppercasing on fork names (#28)
|
||||
- Fixed icon missplacement in comments (#27)
|
||||
- More fixes
|
||||
/* Update 1.0.18
|
||||
- Fixed merge icons in pull requests
|
||||
*/
|
||||
|
||||
:root {
|
||||
@ -1245,12 +1243,14 @@ html {
|
||||
content: unset !important;
|
||||
}
|
||||
}
|
||||
.comment-header-left, .no-header > .text {
|
||||
// padding-left: calc(1.7em + 14px) !important;
|
||||
}
|
||||
.header {
|
||||
padding-left: calc(1.7em + 22px) !important;
|
||||
}
|
||||
.attached.segment:first-child {
|
||||
&, & ~ .attached {
|
||||
padding-left: calc(1.7em + 22px) !important
|
||||
}
|
||||
}
|
||||
.reactions {
|
||||
border: 0 !important;
|
||||
padding: 0 1em;
|
||||
|
||||
Reference in New Issue
Block a user