1.0.18 - Fixed merge icons in pull requests #27

This commit is contained in:
Freeplay
2022-05-16 09:37:19 -04:00
parent bb8159b9d6
commit 0c0a05e6f0
4 changed files with 14 additions and 10 deletions

View File

@ -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;