Skip to content

Commit

Permalink
Increase width of tagger scene description
Browse files Browse the repository at this point in the history
Increase height of performer description
  • Loading branch information
TylersApps committed Sep 2, 2024
1 parent b609131 commit fe2216b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
36 changes: 21 additions & 15 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2432,9 +2432,9 @@ a.badge-dark:focus,a.badge-dark.focus {
max-width: 350px;
opacity: .9;
position: fixed;
right: 2rem
right: 2rem;
transition: right .5s;
z-index: 1051
z-index: 1051;
}

.toast-container.hidden {
Expand Down Expand Up @@ -2598,6 +2598,8 @@ a.badge-dark:focus,a.badge-dark.focus {





/* ====================<< POPOVER >>==================== */

.popover {
Expand Down Expand Up @@ -3551,6 +3553,11 @@ table-list .comma-list.overflowable:hover {
margin-bottom: 1rem;
}

/* Increase height of performer "Details" text area */
textarea#details {
min-height: 32ex;
}




Expand Down Expand Up @@ -4364,6 +4371,10 @@ div.react-datepicker .react-datepicker__year-dropdown,div.react-datepicker .reac
padding: 0;
}

.TruncatedText-tooltip .tooltip-inner {
max-width: 480px;
}




Expand Down Expand Up @@ -4413,6 +4424,14 @@ div.react-datepicker .react-datepicker__year-dropdown,div.react-datepicker .reac
padding: 1rem;
}

li.active .optional-field.missing .optional-field-content {
color: var(--misty_white);
}

li.active .optional-field.excluded .optional-field-content,li.active .optional-field.excluded .scene-link {
color: var(--misty_white);
}




Expand All @@ -4435,19 +4454,6 @@ div.react-datepicker .react-datepicker__year-dropdown,div.react-datepicker .reac



/* ===============<< PERFORMER TAGGER >>=============== */

li.active .optional-field.missing .optional-field-content {
color: var(--misty_white);
}

li.active .optional-field.excluded .optional-field-content,li.active .optional-field.excluded .scene-link {
color: var(--misty_white);
}




/* ===================<< LIGHTBOX >>=================== */

.Lightbox {
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.8
version: 1.3.9
ui:
css:
- dracula-theme.css

0 comments on commit fe2216b

Please sign in to comment.