Commit graph

130 commits

Author SHA1 Message Date
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
nyanmisaka
b22e17f63a fix the inconsistent button size in dashboard 2020-11-26 17:27:14 +08:00
MrTimscampi
ece0b39d70 Rework details page for TV 2020-08-26 21:29:10 +02:00
MrTimscampi
6336c50d3a Fix scollers cutting off images when focused on TV 2020-08-26 19:30:23 +02:00
MrTimscampi
4e474325f3 Make top bar non-floating on TV 2020-08-26 19:07:29 +02:00
MrTimscampi
936ff4186d Merge remote-tracking branch 'upstream/master' into more-es6 2020-08-06 22:45:35 +02:00
dkanada
24cd5e112b fix banner height and use primary image as fallback 2020-07-29 14:19:27 +09:00
MrTimscampi
8fb8dacdf1 Migrate shell, serverNotifications to ES6 + remove searchtab 2020-07-26 22:45:00 +02:00
dkanada
cf2357dad3
Merge pull request #1437 from ferferga/header-css
CSS fixes when resizing library browser
2020-07-17 20:47:16 +09:00
Fernando Fernández
25b96643cf Fix TV layout 2020-07-06 19:44:04 +02:00
MrTimscampi
d916bc19f8 Cleanup CSS 2020-06-28 07:20:44 +02:00
MrTimscampi
83c4bf8d62 Fix suggestions and layout issues 2020-06-25 18:40:19 +02:00
MrTimscampi
b500579236 Add hover text on item details buttons 2020-06-21 13:21:31 +02:00
MrTimscampi
8777742123 Handle suggestions 2020-06-21 09:07:18 +02:00
MrTimscampi
e14f4315a8 Further improvements to the details page 2020-06-20 20:22:15 +02:00
ferferga
88d7f52ce7 Remove repeated rule 2020-06-19 00:07:58 +02:00
ferferga
49c719348c CSS fixes when resizing library browser 2020-06-18 20:11:14 +02:00
MrTimscampi
e83fcf89fb Fix link colors in details overview 2020-06-16 21:49:28 +02:00
MrTimscampi
d57eff1c9b Refactor details page 2020-06-16 21:49:27 +02:00
MrTimscampi
a8e45f30ab Fix buttons moving and title cropping on details page 2020-06-16 21:47:18 +02:00
MrTimscampi
71a6102086 Align the track selection baselines in item details 2020-06-16 21:47:06 +02:00
MrTimscampi
de0e45c0c0 Use Card component as poster on details page 2020-06-16 21:47:04 +02:00
MrTimscampi
d54e30cfda Header color transition 2020-06-16 21:45:09 +02:00
MrTimscampi
617708009e Rework mobile details page 2020-06-16 21:45:09 +02:00
MrTimscampi
d3d4c116a4 Fix some issues with details page and small redesign 2020-06-16 21:45:07 +02:00
Influence365
8dfe335e42
formatting fix 2020-06-14 21:27:27 +01:00
Influence365
71eda3801f
minor change to fix bug 2020-06-14 21:25:27 +01:00
dkanada
2c4f8d928a
Merge pull request #1366 from jellyfin/refactor
Update casing for some files and add placeholder elements
2020-06-09 03:14:57 +09:00
dkanada
514d4f6878 fix bottom padding on item details page for desktop view 2020-06-06 15:49:43 +09:00
Andres J Ruiz Torres
ed0eefb5c7 Add a linkbutton control to show/hide more
User a linkbutton element adjecent to the overview to control
the expanded / shrunken state.

The button will show dynamically based on the
detected content size.
2020-06-02 23:13:48 -04:00
Andres J Ruiz Torres
8154abc525 Remove fallback values 2020-06-02 23:13:48 -04:00
Andres Ruiz
1ddfd2c7bb Add onClick for an expandable Overview of item details
Adds a onClick action that toggles expanding the item detail
Overview. By default it crops the text to 12 lines on mobile, 6
on larger viewports.

-webkit-line-clamp is supported on all Webkit browsers and Firefox
as of 3/2020. A fallback with max-height is provided as well.

Fixes #888
2020-06-02 23:13:48 -04:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
ad5c7ec3b4 CSS cleanup 2020-04-26 13:29:47 +03:00
dkanada
d4427e8a37
Merge pull request #1022 from ferferga/fix-mobile-layout
Fix mobile layout for itemdetails
2020-04-19 20:21:27 +09:00
MrTimscampi
9d118baa25 Fix accidentally deleted CSS in details page 2020-04-17 20:56:38 +02:00
MrTimscampi
e25cb1e0f3 Fix Home button on mobile 2020-04-15 15:49:57 +02:00
MrTimscampi
aae5006637 Fix admin dashboard drawer margin 2020-04-12 22:26:55 +02:00
MrTimscampi
34ffb8df71 Resize logo on details page 2020-04-12 22:21:23 +02:00
MrTimscampi
d2cd47d3e3 Merge remote-tracking branch 'upstream/master' into fix-logo-size 2020-04-12 22:11:28 +02:00
MrTimscampi
d63b3a5b22 Resize logo on details page 2020-04-12 22:11:25 +02:00
Andrew Hunter
04a238147f Lint fixes... get better at catching those before committing. 2020-04-05 17:32:49 -04:00
Andrew Hunter
ee60d8c017 Change .mainDrawer-scrollContainer from padding to margin. Firefox requires the CSS element to be margin to get the desired behavior for overlap.
Fixes: 1035
2020-04-05 17:20:15 -04:00
ferferga
d779286dc9 Move inline CSS to classes 2020-04-05 14:02:20 +02:00
ferferga
a06a0e9515 Fix layout also for desktop 2020-04-05 00:59:37 +02:00
ferferga
4db414fb68 Hacky fix 2020-04-04 17:14:24 +02:00
ferferga
f60eb57130 Fix mobile layout for itemdetails 2020-04-04 15:55:25 +02:00
Vasily
9a65e0351a
Merge pull request #1003 from MrTimscampi/admin-logo
Fix admin drawer logo showing up everywhere
2020-03-29 17:43:12 +03:00
MrTimscampi
5dfc5d6c2b Fix admin drawer logo showing up everywhere 2020-03-29 12:48:55 +02:00