mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 12:00:08 -07:00
Merge pull request #870 from XusBadia/patch-2
Incremented table width to 100%
This commit is contained in:
commit
1f23654735
1 changed files with 5 additions and 3 deletions
|
@ -2251,7 +2251,8 @@ a .home-platforms-list-cover-face:hover
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
|
max-width: 1750px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.table-card-header {
|
.table-card-header {
|
||||||
|
@ -2263,7 +2264,8 @@ a .home-platforms-list-cover-face:hover
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: -20px;
|
margin-bottom: -20px;
|
||||||
width: 90%;
|
width: 100%;
|
||||||
|
max-width: 1750px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.table-card-back td {
|
.table-card-back td {
|
||||||
|
@ -3064,4 +3066,4 @@ a:hover .overlay-refresh-image:hover {
|
||||||
}
|
}
|
||||||
#api_key.form-control[readonly]:focus {
|
#api_key.form-control[readonly]:focus {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue