Commit graph

245 commits

Author SHA1 Message Date
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
Bill Thornton
50e423ba2e Merge pull request #3658 from thornbill/fix-channel-cards
Add workaround for channel card images

(cherry picked from commit 1be3d30027928c85a4592203b48feaac25209b12)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -04:00
Joshua M. Boniface
b41ed9477e Merge pull request #3642 from taku0/font-family-by-language
(cherry picked from commit a07d5b7bd1eaa962b612bed1e3198fac0e2b58c0)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-05-20 23:02:06 -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
dc4b817226 Add Apple device icon 2022-01-04 11:13:57 -05: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
dkanada
6a8d064099
add text color when active device card is darkened 2021-03-26 20:09:32 +09:00
dkanada
c369c5b73c merge branch 'master' into dkanada-patch-1 2021-03-26 19:49:50 +09:00
dkanada
bcaf95c4e3 add the background filter back for active sessions 2021-03-25 12:24:51 +09:00
Bill Thornton
8e77f35657 Move assets css files to sass 2021-03-19 13:46:12 -04:00
dkanada
ab72e13f85 add some code suggestions 2021-03-20 02:11:44 +09:00
dkanada
31ea2c18e5
add border radius to active devices on dashboard 2021-03-02 02:03:30 +09:00
dkanada
182dc10fb1 reduce z-index for transcode progress 2021-02-19 11:21:59 +09:00
dkanada
59a673e088 update style for active sessions 2021-02-06 15:48:53 +09:00
dkanada
3c411f2205
fix issue with double click fullscreen 2020-12-27 22:17:42 +09:00
MrTimscampi
c05ddf672c Fix OSD gradients not letting pointer events through 2020-12-24 15:21:46 +01:00
dkanada
af11671485
Merge pull request #2260 from thornbill/moar-centering-issues
Fix chevron centering on home section titles
2020-12-24 14:17:48 +09:00
Joshua M. Boniface
68fb95bf7d
Merge pull request #2218 from thornbill/style-fixes 2020-12-22 22:24:43 -05:00
Bill Thornton
4434089fad Fix chevron centering on dashboard titles 2020-12-22 14:06:01 -05:00
Bill Thornton
843811217f Fix chevron centering on home section titles 2020-12-22 00:50:13 -05:00
Bill Thornton
0ae720a1a8 Update min-width for active session cards 2020-12-20 00:55:58 -05:00
Bill Thornton
e723479212 Add max-width for session cards 2020-12-20 00:29:13 -05:00
Bill Thornton
1738010ae4 Fix additional issues on dashboard page 2020-12-20 00:29:13 -05:00
Bill Thornton
d346f185e4 Fix additional issues with session cards 2020-12-20 00:29:13 -05:00
Bill Thornton
f4e52c5bf7 Fix layout issues on dashboard screen 2020-12-20 00:29:13 -05:00
Bill Thornton
b40274f05b Adjust top margin for main buttons 2020-12-18 13:36:22 -05:00
Bill Thornton
900ae8dde3 Tweak max-height of square primary images 2020-12-18 13:19:44 -05:00
Bill Thornton
e9d956f5f1 Fix layout issues on mobile item details 2020-12-18 10:09:45 -05:00
Bill Thornton
ba28267345 Use noto-sans from fontsource 2020-12-14 15:37:52 -05:00
Joshua M. Boniface
bad0a23650
Merge pull request #1945 from OancaAndrei/syncplay-enhanced
SyncPlay for TV series (and Music)
2020-12-04 20:22:38 -05:00
nyanmisaka
b22e17f63a fix the inconsistent button size in dashboard 2020-11-26 17:27:14 +08:00
Bill Thornton
521db1a179 Revert change to base font size 2020-11-24 21:58:10 -05:00
Ionut Andrei Oanca
66303bdbe5 Remove unwanted changes 2020-11-23 13:20:09 +01:00
Ionut Andrei Oanca
d8beb9909f Add playlist-sync and group-wait to SyncPlay 2020-11-22 21:15:04 +01:00