mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix various issues with v2.5 UI (#390)
* Fix navbar collapse breakpoint * Fix list filter colors and height * Make styling similar to v2 * Fix scene card zoom and orientation * Keep p tag even without details * Fix custom css * Default settings tab to tasks * Fix flickering progress bar. Fix percentage. * Fix unsetting studio * Fix scene gallery select * Don't hide edit on small devices * Fix log dropdown style * Use monospace for custom css input
This commit is contained in:
@@ -140,7 +140,6 @@ export const Scene: React.FC = () => {
|
||||
<Tab
|
||||
eventKey="scene-edit-panel"
|
||||
title="Edit"
|
||||
tabClassName="d-none d-sm-block"
|
||||
>
|
||||
<SceneEditPanel
|
||||
scene={scene}
|
||||
|
||||
Reference in New Issue
Block a user