mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 16:01:19 +02:00
Merge 551a53e073 into 0134fdedca
This commit is contained in:
commit
9546b29115
3 changed files with 29 additions and 2 deletions
|
|
@ -103,4 +103,19 @@ $hoverScale: 1.05;
|
|||
.overview {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.titleRow {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -110,7 +110,10 @@ $hoverScale: 1.05;
|
|||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointSmall) {
|
||||
.container {
|
||||
padding: 5px;
|
||||
.title {
|
||||
padding: 0 5px;
|
||||
text-align: left;
|
||||
white-space: normal !important;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,3 +3,12 @@
|
|||
text-align: center;
|
||||
font-size: $smallFontSize;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointSmall) {
|
||||
.info {
|
||||
padding: 0 5px;
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue