mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use inline and block properties now
This commit is contained in:
parent
b2a025f4d1
commit
974417ce3d
10 changed files with 51 additions and 198 deletions
|
@ -11,17 +11,14 @@
|
|||
/* General select styles: change as needed */
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
padding: 0.5em 1.9em 0.5em 0.5em;
|
||||
padding-block: 0.5em 0.5em;
|
||||
padding-inline: 0.5em 1.9em;
|
||||
|
||||
/* Prevent padding from causing width overflow */
|
||||
box-sizing: border-box;
|
||||
outline: none !important;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
width: 100%;
|
||||
|
||||
[dir="rtl"] & {
|
||||
padding: 0.5em 0.5em 0.5em 1.9em;
|
||||
}
|
||||
}
|
||||
|
||||
.emby-select[disabled] {
|
||||
|
@ -39,11 +36,9 @@
|
|||
|
||||
.selectContainer-inline > .emby-select {
|
||||
padding: 0.3em 1.9em 0.3em 0.5em;
|
||||
padding-block: 0.3em;
|
||||
padding-inline: 0.5em 0.9em;
|
||||
font-size: inherit;
|
||||
|
||||
[dir="rtl"] & {
|
||||
padding: 0.3em 0.5em 0.3em 1.9em;
|
||||
}
|
||||
}
|
||||
|
||||
.selectContainer-inline > .emby-select[disabled] {
|
||||
|
@ -100,15 +95,10 @@
|
|||
|
||||
.selectArrowContainer {
|
||||
position: absolute;
|
||||
right: 0.3em;
|
||||
inset-inline-end: 0.3em;
|
||||
top: 0.2em;
|
||||
color: inherit;
|
||||
pointer-events: none;
|
||||
|
||||
[dir="rtl"] & {
|
||||
right: unset;
|
||||
left: 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
.selectContainer-inline > .selectArrowContainer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue