1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Fix subscribe button wrapping on mobile

Also normalises width selectors into their own file.
This commit is contained in:
Cadence Ember 2021-01-01 01:45:11 +13:00
parent 57fdf4e1b6
commit 0497bba505
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
4 changed files with 18 additions and 16 deletions

View file

@ -1,12 +1,5 @@
@use "colors.sass" as c
@mixin thin
@media screen and (max-width: 499px)
@content
@mixin wide
@media screen and (min-width: 500px)
@content
@use "_dimensions.sass" as dimensions
@mixin video-list-item
display: grid
@ -77,7 +70,7 @@
.title
font-size: 17px
+wide
+dimensions.wide
grid-gap: 16px
grid-template-columns: auto 1fr
margin-bottom: 20px
@ -116,7 +109,7 @@
font-size: 15px
color: c.$fg-dim
+thin
+dimensions.thin
.description
display: none