Commit Graph

54 Commits

Author SHA1 Message Date
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
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
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
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 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
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 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 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
Hadi Charara 87190cf31a Fixed navbar for RTL layouts 2022-07-03 11:58:08 -04:00
Hadi Charara d38518e1e5 More small css fixes 2022-07-03 10:13:06 -04:00
Hadi Charara b671da1086 Small css fixes and added <bdi> element 2022-07-03 09:45:26 -04:00
Hadi Charara bb8d6378fb More small css fixes 2022-07-03 09:29:01 -04:00
Hadi Charara 2c22245195 Small css fix 2022-07-03 09:12:43 -04:00
Hadi Charara 4530e44e62 Small fix for video player as the progress bar shouldn't be rtl 2022-07-03 09:10:02 -04:00
Hadi Charara 974417ce3d use inline and block properties now 2022-07-02 22:59:40 -04:00
Hadi Charara 0f994ccb5b Initial support for RTL layouts 2022-07-02 15:50:52 -04:00
Bill Thornton 39dccfcd70 Merge pull request #3622 from thornbill/restore-external-links
Restore external links on mobile

(cherry picked from commit add924e35e53df4d93d65d9a1d95890341a16e36)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Dmitry Lyzo 1f62db7f31 Add copy buttons to Media Info 2022-02-26 00:33:08 +03:00
Dmitry Lyzo 99fb0e4b72 Fix clipped focused button
The button in the subtitle (Season) is clipped when focused
because its parent container has 'overflow: hidden' to allow
ellipsis.
2022-02-09 23:16:30 +03:00
Bill Thornton 68e1aa5586 Fix header centering on large mobile devices 2021-09-29 15:55:59 -04:00
Bill Thornton 0ffae1a336 Reorder item details sections 2021-09-05 01:37:15 -04:00
Bill Thornton 4285ab04be Remove infoText class from infoWrapper 2021-09-02 14:59:53 -04:00
Bill Thornton fc790df047 Adjust overflow rules for tv intersect bug 2021-08-29 00:32:35 -04:00
Bill Thornton 54e7e88744 Fix margins for small screens in desktop mode 2021-08-27 00:22:53 -04:00
Bill Thornton 2754c25964 Remove unused noBackdrop class styles 2021-08-27 00:11:03 -04:00
Bill Thornton 1734f5c345 Mobile layout refinements 2021-08-13 14:43:55 -04:00
Bill Thornton dc59c68c20 Fix desktop layout 2021-08-13 11:55:10 -04:00
Bill Thornton 0c41d29c34 Fix tv layout 2021-08-13 11:21:27 -04:00
Bill Thornton ba1e05ba22 Fix stylelint error 2021-08-13 09:34:15 -04:00