mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add negative margin to sections with fixed cards
This commit is contained in:
parent
67b452a461
commit
668c9e6045
1 changed files with 5 additions and 0 deletions
|
@ -744,6 +744,11 @@ a .users-poster-face:hover {
|
|||
.users-name {
|
||||
position: relative;
|
||||
}
|
||||
#currentActivity,
|
||||
.home-platforms,
|
||||
.library-platforms {
|
||||
margin-right: -25px;
|
||||
}
|
||||
#dashboard-checking-activity,
|
||||
#dashboard-no-activity {
|
||||
margin-bottom: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue