1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
jellyfin-web/src/assets/css/site.css

99 lines
1.6 KiB
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
body,
html {
margin: 0;
padding: 0;
height: 100%;
2018-10-23 01:13:23 +03:00
}
.material-icons {
/* Fix font ligatures on older WebOS versions */
-webkit-font-feature-settings: "liga";
}
2018-10-23 01:13:23 +03:00
.backgroundContainer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
contain: strict;
2018-10-23 01:13:23 +03:00
}
html {
line-height: 1.35;
2018-10-23 01:13:23 +03:00
}
.layout-mobile,
.layout-tv {
2020-01-09 19:35:19 +01:00
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2018-10-23 01:13:23 +03:00
}
body {
overflow-x: hidden;
2020-01-02 13:36:44 +01:00
background-color: transparent !important;
2020-01-22 21:40:45 +01:00
-webkit-font-smoothing: antialiased;
2018-10-23 01:13:23 +03:00
}
.mainAnimatedPage {
contain: style size !important;
2018-10-23 01:13:23 +03:00
}
.pageContainer {
overflow-x: visible !important;
2018-10-23 01:13:23 +03:00
}
.bodyWithPopupOpen {
overflow-y: hidden !important;
2018-10-23 01:13:23 +03:00
}
div[data-role=page] {
outline: 0;
2018-10-23 01:13:23 +03:00
}
.pageTitle {
margin-top: 0;
font-family: inherit;
2018-10-23 01:13:23 +03:00
}
.fieldDescription {
2020-01-19 15:00:37 +01:00
padding-left: 0.15em;
2018-10-23 01:13:23 +03:00
font-weight: 400;
white-space: normal !important;
2018-10-23 01:13:23 +03:00
}
.fieldDescription + .fieldDescription {
2020-01-19 15:00:37 +01:00
margin-top: 0.3em;
2018-10-23 01:13:23 +03:00
}
.content-primary,
.padded-bottom-page,
.page,
.pageWithAbsoluteTabs .pageTabContent {
/* provides room for the music controls */
2019-09-06 22:33:15 -07:00
padding-bottom: 5em !important;
2018-10-23 01:13:23 +03:00
}
@media all and (min-width: 50em) {
2018-10-23 01:13:23 +03:00
.readOnlyContent,
form {
max-width: 54em;
2018-10-23 01:13:23 +03:00
}
}
.headerHelpButton {
margin-left: 1.25em !important;
2020-01-19 15:00:37 +01:00
padding-bottom: 0.4em !important;
padding-top: 0.4em !important;
2019-01-06 21:41:04 -05:00
}
.mediaInfoContent {
margin-left: auto;
margin-right: auto;
width: 85%;
}