mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #97] Change fonts to use vw units instead of pt #65
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#65
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 @etopian on GitHub (Dec 17, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/97
The vw unit will make the fonts responsive. Currently the fonts are too big on smaller mobile displays. The vw unit is viewport width and resizes the font in relation to the size of the screen. Specifically I am referring to the h1 tag for instance for the Current Queue.
@phanan commented on GitHub (Dec 17, 2015):
While I hear what you're saying, what mobile resolution are you on?
@etopian commented on GitHub (Dec 17, 2015):
firefox 42 on android on a low resolution.
@phanan commented on GitHub (Dec 17, 2015):
Like, how low in px?
@etopian commented on GitHub (Dec 17, 2015):
600 x 1024 pixels horizontal view
@phanan commented on GitHub (Dec 19, 2015):
Will think about this, but not very high on my todo list. Feel free to send a PR.