mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix tabs hopping
This commit is contained in:
parent
4e9a2e2064
commit
acea76b450
3 changed files with 3 additions and 11 deletions
|
@ -854,7 +854,7 @@ div.itemDetailGalleryLink.defaultCardBackground {
|
||||||
width: auto;
|
width: auto;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: -4.3em;
|
margin-top: -4.2em;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1.5em;
|
padding: 1.5em 1.5em;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: auto;
|
height: auto;
|
||||||
min-width: initial;
|
min-width: initial;
|
||||||
line-height: initial;
|
line-height: 1.25;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
@ -327,14 +327,6 @@ html {
|
||||||
|
|
||||||
.emby-tab-button-active {
|
.emby-tab-button-active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-bottom: 2px solid #fff;
|
|
||||||
padding-top: 1.55em;
|
|
||||||
padding-bottom: 1.38em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.layout-mobile .emby-tab-button-active {
|
|
||||||
padding-top: 1.56em; /* Add one pixel to get a better fit in mobile layout */
|
|
||||||
padding-bottom: 1.38em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button.show-focus:focus {
|
.emby-tab-button.show-focus:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue