mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Stick edit scene buttons to top (#2098)
This commit is contained in:
@@ -647,7 +647,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
|||||||
{renderScrapeQueryModal()}
|
{renderScrapeQueryModal()}
|
||||||
{maybeRenderScrapeDialog()}
|
{maybeRenderScrapeDialog()}
|
||||||
<Form noValidate onSubmit={formik.handleSubmit}>
|
<Form noValidate onSubmit={formik.handleSubmit}>
|
||||||
<div className="form-container row px-3 pt-3">
|
<div className="form-container edit-buttons-container row px-3 pt-3">
|
||||||
<div className="edit-buttons mb-3 pl-0">
|
<div className="edit-buttons mb-3 pl-0">
|
||||||
<Button
|
<Button
|
||||||
className="edit-button"
|
className="edit-button"
|
||||||
|
|||||||
@@ -509,6 +509,17 @@ input[type="range"].blue-slider {
|
|||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
height: calc(1.5em + 0.75rem + 2px);
|
height: calc(1.5em + 0.75rem + 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-buttons-container {
|
||||||
|
background-color: #202b33;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 3;
|
||||||
|
|
||||||
|
@media (min-width: 575px) and (max-width: 1199px) {
|
||||||
|
top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.scene-markers-panel {
|
.scene-markers-panel {
|
||||||
|
|||||||
Reference in New Issue
Block a user