1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

21 commits

Author SHA1 Message Date
Dmitry Lyzo
b0f295d6e6 Remove margin from Favorite button in title
Previosly, the `listItemButton` class removed it.
2024-04-16 14:54:42 +03:00
Vincent Lark
781b0858cb Use a static PNG image for paused indicator 2023-10-25 10:41:34 -04:00
Vincent Lark
efb4a92ba6 Show a different icon when the player is paused 2023-10-25 10:41:34 -04:00
edvwib
d58f2e8ec4 Enable Stylelint rules for vendor prefixes
This commit also removes a bunch of vendor prefixes that were in the styles
but are no longer needed since PostCSS and Autoprefixer handles generating
them.
2022-12-20 23:49:26 +01:00
Hadi Charara
32f103b852 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-01 16:55:59 -04:00
taku0
3d51c68725 Respect safe area (notch) of mobile devices
This adds paddings to various containers so that buttons and contents are not
hidden by the notch or the Home indicator (the gray bar at the bottom).

- `src/assets/css/librarybrowser.scss`
  - `.skinHeader`: menu bar at the top.
  - `.padded-left` and `.padded-right`: the heading of library.

- `src/assets/css/site.scss`
  - `.content-primary`, `.padded-bottom-page`, `.page`,
    `.pageWithAbsoluteTabs`, and `.pageTabContent`: settings and dashboards.

- `src/elements/emby-scroller/emby-scroller.scss`
  - `.emby-scroller`: the library items.

- `src/assets/css/videoosd.scss`
  - `.videoOsdBottom`: the video playback control buttons and the progress bar.

- `src/components/alphaPicker/style.scss`
  - `.alphaPicker-fixed` and `.alphaPicker-fixed-right`: the alphabet picker.

- `src/components/appFooter/appFooter.scss`
  - `.appfooter`: the bottom bar showing the currently playing media.

- `src/components/multiSelect/multiSelect.scss`
  - `.selectionCommandsPanel`: the top bar when selecting multiple media.
    Shown when long-pressing media.

- `src/components/remotecontrol/remotecontrol.scss`
  - `.playlistSectionButton`: the bottom bar for current playlist.
    Shown when touching `.appfooter`.

- `src/components/toast/toast.scss`
  - `.toastContainer`: the toast.  Shown when refreshing metadata.

- `src/index.html`
  - `.mainDrawerHandle`: gesture area for the drawer.
    It seems conflicting with gestures of Safari.

- `src/libraries/navdrawer/navdrawer.scss`
  - `.tmla-mask` and `.touch-menu-la`: the drawer.

- `src/plugins/htmlVideoPlayer/style.scss`
  - `.videoPlayerContainer`: the video area when not fullscreen.
  - `.videoSubtitles`: the video subtitles for some devices, not including
    iPhone.

- `src/plugins/youtubePlayer/style.scss`
  - `.youtubePlayerContainer` container for the YouTube plugin.  Not tested.
2022-08-18 17:34:57 +09:00
Hadi Charara
d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara
ece21d0de0 Deployed music player fixes 2022-07-08 22:25:41 -04:00
Dmitry Lyzo
bce24b26ba refactor: Remove unnecessary 'height'
It is better to use `flex-grow` to grow the element.
2022-02-28 22:45:18 +03:00
Dmitry Lyzo
20a5437506 refactor: Remove unnecessary flexbox 2022-02-28 18:19:32 +03:00
Dmitry Lyzo
fe895d4a36 fix: Fix vertical button alignment in Safari 10
Using `position: absolute` breaks Flexbox.
2022-02-28 18:19:31 +03:00
Bill Thornton
0a0671d965 Remove unused styles 2022-02-28 01:39:12 -05:00
Bill Thornton
7ad5614795 Fix poster view in remote control component 2022-02-25 17:18:37 -05:00
Bill Thornton
68f7002ca8 Fix remote control movie poster size 2022-02-25 01:40:54 -05:00
Bill Thornton
adfe891085 Remove commented styles 2022-02-23 01:01:14 -05:00
Bill Thornton
9c58dd7f6e Fix audio player overlapping on small screens 2022-02-22 16:49:47 -05:00
Dmitry Lyzo
603de194dc Fix Light theme 2022-01-20 20:10:43 +03:00
Dmitry Lyzo
42d7ad691c Make play button bigger 2021-09-03 21:37:07 +03:00
Dmitry Lyzo
4851bf7eef Return space on the sides of play button for default (landscape) screen orientation 2021-03-23 17:31:07 +03:00
Dmitry Lyzo
7b96ecb13b Make font size relative 2021-03-23 17:31:07 +03:00
Bill Thornton
a47f6d458c Move components css files to sass 2021-03-19 14:00:59 -04:00
Renamed from src/components/remotecontrol/remotecontrol.css (Browse further)