mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 06:13:25 -07:00
fix 50 percent circle orientation
This commit is contained in:
parent
eacdc4f358
commit
6e42f3d894
1 changed files with 2 additions and 2 deletions
|
@ -2869,8 +2869,8 @@ a .home-platforms-list-cover-face:hover
|
||||||
}
|
}
|
||||||
.circle-half {
|
.circle-half {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(-90deg, #0e253f 50%, transparent 50%),
|
linear-gradient(90deg, #0e253f 50%, transparent 50%),
|
||||||
linear-gradient(90deg, #d1d1d1 50%, transparent 50%);
|
linear-gradient(-90deg, #d1d1d1 50%, transparent 50%);
|
||||||
}
|
}
|
||||||
.circle-three-quarter {
|
.circle-three-quarter {
|
||||||
background-image:
|
background-image:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue