mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-30 11:38:36 -07:00
Changed max-width to accommodate wider displays
This commit is contained in:
parent
58e670443d
commit
e1112b95c7
1 changed files with 2 additions and 2 deletions
|
@ -2252,7 +2252,7 @@ a .home-platforms-list-cover-face:hover
|
|||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
max-width: 1750px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-header {
|
||||
|
@ -2265,7 +2265,7 @@ a .home-platforms-list-cover-face:hover
|
|||
margin-top: 20px;
|
||||
margin-bottom: -20px;
|
||||
width: 100%;
|
||||
max-width: 1600px;
|
||||
max-width: 1750px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-back td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue