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:
parent
1db79f58b4
commit
f465a85320
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue