mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Improve startup speed by refreshing on a separate thread
This commit is contained in:
parent
8157ee7811
commit
558023e18e
5 changed files with 122 additions and 77 deletions
|
@ -750,7 +750,9 @@ a .users-poster-face:hover {
|
|||
position: relative;
|
||||
}
|
||||
#dashboard-checking-activity,
|
||||
#dashboard-no-activity {
|
||||
#dashboard-no-activity,
|
||||
#dashboard-checking-recently-added,
|
||||
#dashboard-no-recently-added {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.dashboard-activity-instance {
|
||||
|
@ -1446,9 +1448,6 @@ a:hover .dashboard-stats-square {
|
|||
-moz-box-shadow: inset 0 0 0 2px #e9a049;
|
||||
box-shadow: inset 0 0 0 2px #e9a049;
|
||||
}
|
||||
#dashboard-no-recently-added {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.dashboard-recent-media-row {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue