mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
25 lines
561 B
CSS
25 lines
561 B
CSS
.docspinner {
|
|
/* It often doesn't disappear so just forget it */
|
|
display: none !important;
|
|
}
|
|
|
|
paper-button iron-icon {
|
|
/* They often display huge */
|
|
display: none !important;
|
|
}
|
|
|
|
paper-icon-button, paper-icon-button iron-icon {
|
|
width: 24px !important;
|
|
height: 24px !important;
|
|
}
|
|
|
|
.viewMenuBar paper-icon-button, .viewMenuBar paper-icon-button iron-icon {
|
|
width: 24px !important;
|
|
height: 50px !important;
|
|
}
|
|
|
|
|
|
.card paper-icon-button, .card paper-icon-button iron-icon {
|
|
width: 32px !important;
|
|
height: 32px !important;
|
|
} |