mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
#680 - episode organization
This commit is contained in:
parent
807141cbce
commit
9db90f464a
8 changed files with 283 additions and 46 deletions
|
@ -828,7 +828,7 @@ progress {
|
|||
}
|
||||
|
||||
.latestNewsItems {
|
||||
max-width: 300px;
|
||||
max-width: 280px;
|
||||
}
|
||||
|
||||
.dashboardHomeRightColumn {
|
||||
|
@ -836,6 +836,13 @@ progress {
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1500px) {
|
||||
|
||||
.latestNewsItems {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 1600px) {
|
||||
|
||||
.latestNewsItems {
|
||||
|
@ -854,4 +861,13 @@ progress {
|
|||
.organizerButton {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btnShowStatusMessage {
|
||||
font-weight: normal!important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btnShowStatusMessage:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue