mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
a694661cc1
commit
9ff21cf7b8
9 changed files with 174 additions and 126 deletions
|
@ -1,7 +1,7 @@
|
|||
button.listItem {
|
||||
background: transparent;
|
||||
border: 0 !important;
|
||||
border-bottom: 1px solid #2a2a2a !important;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #2a2a2a;
|
||||
cursor: pointer;
|
||||
outline: none !important;
|
||||
color: inherit;
|
||||
|
@ -138,7 +138,7 @@ div.listItem {
|
|||
transform: scale(1.025, 1.025);
|
||||
}
|
||||
|
||||
.listItem > .fab:first-child {
|
||||
.listItem > .fab:first-child, .listItem > i:first-child {
|
||||
margin-left: .75em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue