mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Fix playcounts 1px off
This commit is contained in:
parent
0245668907
commit
6ff902e653
1 changed files with 3 additions and 3 deletions
|
@ -1433,7 +1433,7 @@ a .season-episodes-card-overlay:hover {
|
|||
font-size: 12px;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 14px;
|
||||
top: 15px;
|
||||
left: 0px;
|
||||
}
|
||||
.user-overview-stats-instance h3 strong{
|
||||
|
@ -1516,7 +1516,7 @@ a .season-episodes-card-overlay:hover {
|
|||
font-size: 12px;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 14px;
|
||||
top: 15px;
|
||||
left: 0px;
|
||||
}
|
||||
.home-platforms {
|
||||
|
@ -1625,7 +1625,7 @@ a .season-episodes-card-overlay:hover {
|
|||
font-size: 12px;
|
||||
float: left;
|
||||
position: relative;
|
||||
top: 14px;
|
||||
top: 15px;
|
||||
left: 0px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue