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

merge branch master into autoplay

This commit is contained in:
dkanada 2020-01-27 23:08:17 +09:00
commit aef4fede3c
136 changed files with 5135 additions and 2469 deletions

View file

@ -4,18 +4,22 @@
margin-bottom: 0 !important;
font-family: inherit;
font-weight: inherit;
padding: .4em .25em;
padding: 0.4em 0.25em;
/* must the 16px or larger to prevent iOS page zoom on focus */
font-size: 110%;
/* prevent padding from causing width overflow */
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
width: 100%;
}
.emby-input::-moz-focus-inner {
border: 0;
}
.emby-input::-moz-focus-inner {
border: 0;
}
.inputContainer {
margin-bottom: 1.8em;
@ -23,13 +27,14 @@
.inputLabel {
display: inline-block;
margin-bottom: .25em;
margin-bottom: 0.25em;
}
.emby-input + .fieldDescription {
margin-top: .25em;
margin-top: 0.25em;
}
.emby-input-iconbutton {
-webkit-align-self: flex-end;
align-self: flex-end;
}