mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Show stash-ids with their endpoint (#4216)
This commit is contained in:
@@ -480,3 +480,32 @@ div.react-datepicker {
|
||||
.string-list-row .input-group {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.stash-id-pill {
|
||||
display: inline-block;
|
||||
font-size: 90%;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
padding-bottom: 0.25em;
|
||||
padding-top: 0.25em;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
white-space: nowrap;
|
||||
|
||||
span,
|
||||
a {
|
||||
display: inline-block;
|
||||
padding: 0.25em 0.6em;
|
||||
}
|
||||
|
||||
span {
|
||||
background-color: $primary;
|
||||
border-radius: 0.25rem 0 0 0.25rem;
|
||||
min-width: 5em;
|
||||
}
|
||||
|
||||
a {
|
||||
background-color: $secondary;
|
||||
border-radius: 0 0.25rem 0.25rem 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user