Commit Graph

39 Commits

Author SHA1 Message Date
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
Bill Thornton 8c1ccaf485 Fix card positioning on mobile 2021-08-13 09:34:15 -04:00
Bill Thornton 602d14a539 Fix card positioning on mobile 2021-08-13 09:34:15 -04:00
Bill Thornton af00a04e76 Update item details mobile layout 2021-08-13 09:34:15 -04:00
Bill Thornton 8e77f35657 Move assets css files to sass 2021-03-19 13:46:12 -04:00