mirror of
https://codeberg.org/Freeplay/Gitea-Modern
synced 2023-10-25 19:10:14 +00:00
1.0.18 - Fixed merge icons in pull requests #27
This commit is contained in:
parent
bb8159b9d6
commit
0c0a05e6f0
4 changed files with 14 additions and 10 deletions
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* ==UserStyle==
|
||||
@name Gitea Modern
|
||||
@version 1.0.17
|
||||
@version 1.0.18
|
||||
@description A modern style for Gitea and Codeberg!
|
||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||
|
@ -1127,6 +1127,10 @@
|
|||
.page-content.repository:not(.milestones) > .ui.container .timeline-item .header {
|
||||
padding-left: calc(1.7em + 22px) !important;
|
||||
}
|
||||
.page-content.repository:not(.milestones) > .ui.container .timeline-item .attached.segment:first-child,
|
||||
.page-content.repository:not(.milestones) > .ui.container .timeline-item .attached.segment:first-child ~ .attached {
|
||||
padding-left: calc(1.7em + 22px) !important;
|
||||
}
|
||||
.page-content.repository:not(.milestones) > .ui.container .timeline-item .reactions {
|
||||
border: 0 !important;
|
||||
padding: 0 1em;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/* ==UserStyle==
|
||||
@name Gitea Modern
|
||||
@version 1.0.17
|
||||
@version 1.0.18
|
||||
@description A modern style for Gitea and Codeberg!
|
||||
@updateURL https://codeberg.org/Freeplay/CSS-Styles/raw/branch/main/Gitea/theme-gitea-modern.user.css
|
||||
@homepageURL https://codeberg.org/Freeplay/CSS-Styles
|
||||
|
|
Loading…
Reference in a new issue