mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Increase home stats card width to match dashboard activity
This commit is contained in:
parent
7bbcc575b0
commit
99dd133a9a
1 changed files with 3 additions and 3 deletions
|
@ -1472,7 +1472,7 @@ a .season-episodes-card-overlay:hover {
|
||||||
background-color: #282828;
|
background-color: #282828;
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
float: left;
|
||||||
width: 300px;
|
width: 330px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -1746,7 +1746,7 @@ a .home-platforms-instance-list-oval:hover,
|
||||||
}
|
}
|
||||||
.home-platforms-instance .slider {
|
.home-platforms-instance .slider {
|
||||||
background-color: #2d2d2d;
|
background-color: #2d2d2d;
|
||||||
width: 320px;
|
width: 350px;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 128px;
|
top: 128px;
|
||||||
|
@ -1755,7 +1755,7 @@ a .home-platforms-instance-list-oval:hover,
|
||||||
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
-moz-box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
||||||
box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
box-shadow: 0 0 4px rgba(0,0,0,.3),inset 0 0 0 1px rgba(255,255,255,.1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
clip: rect(1px, 324px, 1000px, -2px);
|
clip: rect(1px, 354px, 1000px, -2px);
|
||||||
}
|
}
|
||||||
.history-table-title {
|
.history-table-title {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue