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

Removed useless css file import

This commit is contained in:
Hadi Charara 2022-07-08 23:55:10 -04:00
parent 1db79f58b4
commit f465a85320

View file

@ -1,5 +1,3 @@
@import '../assets/css/librarybrowser.scss';
.chevron_right, .chevron_right,
.chevron_left, .chevron_left,
.arrow_back, .arrow_back,
@ -13,7 +11,8 @@
.vpn_key, .vpn_key,
.volume_up, .volume_up,
.volume_off, .volume_off,
.message { .message,
.clear_all {
[dir='rtl'] & { [dir='rtl'] & {
transform: scale(-1, 1); transform: scale(-1, 1);
} }