Commit Graph

300 Commits

Author SHA1 Message Date
Bill Thornton 458614d361 Use logos from @jellyfin/ux-web 2025-04-10 17:41:27 -04:00
Bill Thornton c7da8142c6 Remove ios splash screen images 2025-01-24 12:41:48 -05:00
Joe Kribs bc9537d80f Add Device Icons for WebOS & Updated Infuse Naming (#6281) 2025-01-06 03:02:30 -05:00
Niels van Velzen 2a75e7aafb Use old new Jellyfin logo 2024-04-23 16:12:05 +02:00
Niels van Velzen c3467c1c47 Update logo assets 2024-04-17 22:08:39 +02: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
Netanel Henya 494c0ed434 cleanup: reorganized sass files to be in src/styles instead of src/assets/css 2023-02-26 01:01:31 +02:00
Hadi Charara 7bfc452272 Fixed text-align. 2023-01-31 12:18:07 -05:00
Hadi Charara 4e3635bbe3 Removed useless margins 2023-01-31 12:18:07 -05:00
Hadi Charara 0579c43122 Fixed scss ordering 2023-01-31 12:18:07 -05:00
Hadi Charara 7285f12f13 cleanup 2023-01-31 12:18:07 -05:00
Hadi Charara 1421daa99f Some fixes 2023-01-31 12:18:07 -05:00
Hadi Charara a01b428587 Some scss reorganizing 2023-01-31 12:18:07 -05:00
Hadi Charara a0c65a6eef Revert "Some css reorganization"
This reverts commit 6b54c59321b60fd8d31a737c121dadbd3bdc662d.
2023-01-31 12:18:07 -05:00
Hadi Charara 7e286ceaf0 Some css reorganization 2023-01-31 12:18:07 -05:00
Hadi Charara a73186d7aa Fixed scss problems 2023-01-31 12:18:07 -05: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
Bill Thornton 984bb82e52 Backport pull request #4172 from jellyfin/release-10.8.z
Fix item details banner image alignment

Original-merge: ff4e6a6778402501c91d84ede13903b085aaae14

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2022-11-29 13:41:43 -05:00
Bill Thornton 7d5603a64e Merge pull request #4162 from Vankerkom/tweak-navigation-sizing
Tweak navigation sizing
2022-11-18 13:58:03 -05:00
Daan Vankerkom b28a0c0a0b Remove inconsistent margin 2022-11-09 18:39:01 +01:00
Daan Vankerkom cfa2789008 Properly align list view and side nav
- Matching the alignment of the side navigation drawer and the my preferences menu.
- Matching the font sizes and weights.
2022-11-09 02:00:04 +01:00
Daan Vankerkom 75ee6f2457 Adjust active devices in dashboard
Added more white space inside the card to make it breathe more. Slightly reduced the playing media name size.
2022-11-09 01:44:37 +01:00
Bill Thornton 9439ea408e Backport pull request #4039 from jellyfin/release-10.8.z
Fix card cropping on item details page

Original-merge: fb39a5670000e27e95c4f807c993ac0a1158a215

Merged-by: Bill Thornton <thornbill@users.noreply.github.com>

Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
2022-10-27 00:06:19 -04:00
photonconvergence 7ab1edd3c5 Merge branch 'jellyfin:master' into add/device-logos 2022-10-25 17:25:30 -07:00
photonconvergence 7d923f10f4 Add device logos for Roku and Finamp 2022-10-25 17:23:44 -07:00
Bill Thornton a6a675e13c Fix pointer events not propogating to dashboard pages 2022-10-25 12:18:26 -04:00
Dmitry Lyzo 29db8a5dcb fix RTL padding with AlphaPicker 2022-10-24 22:12:04 +03:00
Dmitry Lyzo 2af70dad88 fix safe-area padding-right 2022-10-24 22:11:18 +03:00
Dmitry Lyzo 8334a7de33 fix button group position on ItemDetails page 2022-10-15 23:30:14 +03:00
Hadi Charara 104ad71ea7 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-12 08:29:53 -04:00
Chris Talkington 1398b89b50 svgo optimize home-assistant.svg 2022-10-10 01:51:12 -05:00
Chris Talkington 0640bb9d43 Add files via upload 2022-10-09 23:20:52 -05:00
Hadi Charara a4f5803016 Fixed linting issues 2022-10-03 13:36:26 -04:00
Hadi Charara bf6e77a93a Fixed merge bugs 2022-10-01 17:20:44 -04:00
Hadi Charara 32f103b852 Merge branch 'master' into hadicharara/added-support-for-rtl-layouts 2022-10-01 16:55:59 -04:00
Bill Thornton 050c67a362 Remove naive scaling of video playback controls 2022-09-28 11:00:55 -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
Nicolas Viviani 2a884b5e13 Update the Firefox icon 2022-07-21 13:22:05 +02:00
Hadi Charara 99ddfbd33c Modified a fire other inline entries 2022-07-14 17:59:37 -04:00
Hadi Charara d4202e0279 Replaced all inline entries with attribute bases selectors 2022-07-14 17:59:23 -04:00
Hadi Charara d7fd0413d4 Fixed small linting issue 2022-07-08 13:27:52 -04:00
Hadi Charara 37a6303800 Final commit 2022-07-08 13:25:59 -04:00
Hadi Charara 94cff6591b Small css fix 2022-07-08 12:06:20 -04:00
Hadi Charara ab4bad88a1 Small css fix media info 2022-07-05 20:45:26 -04:00
Hadi Charara 8488f48f99 Fixed video player 2022-07-05 19:58:02 -04:00
Hadi Charara 611f90b564 fixed bugs with video player 2022-07-05 19:44:55 -04:00
Hadi Charara 7d39af1594 Fixed metadataedutor 2022-07-05 19:41:56 -04:00
Hadi Charara fc96d4dad1 Fixes buttons in episode overview in RTL layouts 2022-07-04 14:24:08 -04:00
Hadi Charara 7b1afeef82 Some library rtl fixes 2022-07-04 11:56:38 -04:00