Fix: Line breaks on metadata in detail on small screens

pull/16/head
Juraj Nyíri 4 years ago
parent 888fb9f670
commit 827836faf0

@ -18958,12 +18958,18 @@ style.textContent = css `
background: #ffffff24;
padding: 5px 10px;
border-radius: 5px;
white-space: nowrap;
margin-bottom: 10px;
float: left;
}
.contentRatingDetail {
background: #ffffff24;
padding: 5px 10px;
border-radius: 5px;
margin-right: 10px;
white-space: nowrap;
float: left;
margin-bottom: 10px;
}
.clear {
clear: both;
@ -18973,6 +18979,9 @@ style.textContent = css `
padding: 5px 10px;
border-radius: 5px;
margin-right: 10px;
white-space: nowrap;
float: left;
margin-bottom: 10px;
}
.detail .metaInfo {
display: block;

@ -18,12 +18,18 @@ style.textContent = css`
background: #ffffff24;
padding: 5px 10px;
border-radius: 5px;
white-space: nowrap;
margin-bottom: 10px;
float: left;
}
.contentRatingDetail {
background: #ffffff24;
padding: 5px 10px;
border-radius: 5px;
margin-right: 10px;
white-space: nowrap;
float: left;
margin-bottom: 10px;
}
.clear {
clear: both;
@ -33,6 +39,9 @@ style.textContent = css`
padding: 5px 10px;
border-radius: 5px;
margin-right: 10px;
white-space: nowrap;
float: left;
margin-bottom: 10px;
}
.detail .metaInfo {
display: block;

Loading…
Cancel
Save