mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix clipped focused button
The button in the subtitle (Season) is clipped when focused because its parent container has 'overflow: hidden' to allow ellipsis.
This commit is contained in:
parent
80099f29e4
commit
99fb0e4b72
1 changed files with 5 additions and 0 deletions
|
@ -627,10 +627,15 @@
|
|||
|
||||
.subtitle {
|
||||
margin: 0.15em 0 0.2em;
|
||||
|
||||
// Leave room for a focused button
|
||||
margin-left: -1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.layout-mobile .subtitle {
|
||||
margin: 0.2em 0 0.2em;
|
||||
padding-left: 0; // Reset padding for focused button since 'margin-left' is 0
|
||||
}
|
||||
|
||||
.detailPagePrimaryContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue