mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #480] Implementation of adjustable widget sizes #273
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#273
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DOD-101 on GitHub (Jun 29, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/480
While working on implementing different sized widget in the library, I have come across two different way to implement the setting of different widget sizes in the config.
Option 1
Have two config values
album width&playlist widthand have them be the percentage values used in the layout.Pros
Cons
Option 2
Add a ration to the config such as
3:2:4, which will define the size of the different widgets. See: CSS-FlexPros
Cons