1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-11-14 12:27:28 +00:00

Allow video page to become narrower

By adding word-break: break-word to some elements with text.
This commit is contained in:
Cadence Ember 2021-02-22 23:16:34 +13:00
parent cfe5209531
commit 39c3c28bc2
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17

View File

@ -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