mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-14 04:17:29 +00:00
Allow video page to become narrower
By adding word-break: break-word to some elements with text.
This commit is contained in:
parent
cfe5209531
commit
39c3c28bc2
@ -70,6 +70,7 @@
|
|||||||
|
|
||||||
.description
|
.description
|
||||||
font-size: 17px
|
font-size: 17px
|
||||||
|
word-break: break-word
|
||||||
margin: 16px 4px 4px 4px
|
margin: 16px 4px 4px 4px
|
||||||
background-color: c.$bg-accent-area
|
background-color: c.$bg-accent-area
|
||||||
padding: 12px
|
padding: 12px
|
||||||
@ -85,6 +86,7 @@
|
|||||||
|
|
||||||
.related-video
|
.related-video
|
||||||
@include video-list-item
|
@include video-list-item
|
||||||
|
word-break: break-word
|
||||||
|
|
||||||
.video-error-page
|
.video-error-page
|
||||||
padding: 40px 20px 20px
|
padding: 40px 20px 20px
|
||||||
|
Loading…
Reference in New Issue
Block a user