Skip to content

Commit

Permalink
Adjust styling for now playing and settings
Browse files Browse the repository at this point in the history
sections
  • Loading branch information
ohitstom committed Nov 15, 2023
1 parent 51c4a33 commit d3c8712
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
13 changes: 7 additions & 6 deletions Comfy/assets/_now_playing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,20 @@

// Connect Bar
.main-connectBar-connectBar {
position: absolute;
top: -20px;
right: 15px;
padding: 4px 8px;
box-sizing: content-box;
border-radius: var(--border-radius);
top: -18px;
padding: 13px;
position: absolute;
left: 91%;
transform: translateX(-91%);
width: max-content;

&::after {
content: none;
}
}
.main-devicePicker-indicator {
bottom: 30px;
bottom: 34px;
transform: rotate(180deg);
}

Expand Down
2 changes: 1 addition & 1 deletion Comfy/assets/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}

.setting-card {
background-color: var(--spice-highlight);
background-color: var(--spice-highlight-elevated);
border-radius: 10px;
margin: 8px 0;

Expand Down
10 changes: 5 additions & 5 deletions Comfy/theme.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ resetting of number input weirdness, gradient leaving s or px and others not rem
if colorscheme name isnt the same capitalization or is custom it breaks the reset button, probably just check if config.current_theme is in the list of fetched colorschemes or something
todo:
- more consistent coloring - sliders etc
- add warning message if using unsupported versions
- update image tippy sizes - maybe make it a button that changes modal content instead?
- add more main-type-mestoBold
- create color picker
torefactor:
- remove uneeded crap / reduce random calls
- simplify props - Section -> cardLayout -> title, action, etc - basically just move everything up one level / have the components not always be cards
- add more main-type-mestoBold
- add icons to card dropdowns? maybe a tippy saying open/close instead?
- update image tippy sizes - maybe make it a button that changes modal content instead?
- create color picker
- more consistent coloring - sliders etc
- once props are simplified convert all callback events to be name - ...props
*/

Expand Down

0 comments on commit d3c8712

Please sign in to comment.