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

fix indentation

This commit is contained in:
Niklas Fäth 2020-01-10 18:02:08 +01:00 committed by GitHub
parent 2a80c9c593
commit 8d7e749ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,23 +18,23 @@
} }
.btnArrowUp{ .btnArrowUp{
border-radius: 40% 40% 10% 10%; border-radius: 40% 40% 10% 10%;
} }
.btnArrowLeft{ .btnArrowLeft{
border-radius: 40% 10% 10% 40%; border-radius: 40% 10% 10% 40%;
} }
.btnArrowRight{ .btnArrowRight{
border-radius: 10% 40% 40% 10%; border-radius: 10% 40% 40% 10%;
} }
.btnArrowDown{ .btnArrowDown{
border-radius: 10% 10% 40% 40%; border-radius: 10% 10% 40% 40%;
} }
.btnOk{ .btnOk{
border-radius: 10%; border-radius: 10%;
} }
.nowPlayingPageTitle { .nowPlayingPageTitle {