Skip to content

Commit

Permalink
(Scene page) Single-column markers list
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed Jul 28, 2024
1 parent 4310977 commit 8264c0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3737,6 +3737,15 @@ table-list .comma-list.overflowable:hover {
}


/* Make markers display in a single column */
@media (min-width: 1200px) {
.primary-tag .col-xl-6 {
flex: 0 0 100%;
max-width: 100%;
}
}




/* ================<< QUEUE VIEWER >>================ */
Expand Down
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dracula Theme
description: A dark theme for Stash based on the popular Dracula theme.
version: 1.3.7
version: 1.3.8
ui:
css:
- dracula-theme.css

0 comments on commit 8264c0c

Please sign in to comment.