mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Fix stylelint property order in tagger popover styles.
Reorder padding declarations in the matched performer popover extra block to satisfy alphabetical property order enforced by stylelint. Made-with: Cursor
This commit is contained in:
parent
47d81afe9e
commit
d7c49b070b
1 changed files with 2 additions and 2 deletions
|
|
@ -98,10 +98,10 @@
|
|||
.tagger-matched-performer-popover-extra {
|
||||
border-top: 1px solid $secondary;
|
||||
margin-top: 0.4rem;
|
||||
padding-top: 0.5rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-bottom: 0.4rem;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
.tagger-performer-delta-rows {
|
||||
|
|
|
|||
Loading…
Reference in a new issue