mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
56 lines
771 B
SCSS
56 lines
771 B
SCSS
#recipe-select::after {
|
|
content: none;
|
|
}
|
|
|
|
.scene-parser-results {
|
|
margin-left: 31ch;
|
|
overflow-x: auto;
|
|
}
|
|
|
|
.scene-parser-row {
|
|
.parser-field-filename {
|
|
left: 1ch;
|
|
position: absolute;
|
|
width: 30ch;
|
|
}
|
|
|
|
.parser-field-title {
|
|
width: 40ch;
|
|
}
|
|
|
|
.parser-field-date {
|
|
width: 13ch;
|
|
}
|
|
|
|
.parser-field-performers {
|
|
width: 30ch;
|
|
}
|
|
|
|
.parser-field-performers-select,
|
|
.parser-field-tags-select,
|
|
.parser-field-studio-select {
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.parser-field-tags {
|
|
width: 30ch;
|
|
}
|
|
|
|
.parser-field-studio {
|
|
width: 20ch;
|
|
}
|
|
|
|
.form-control {
|
|
min-width: 10ch;
|
|
}
|
|
|
|
.form-control + .form-control {
|
|
margin-top: 0.5rem;
|
|
}
|
|
|
|
.badge-items {
|
|
background-color: #e9ecef;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
}
|