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:
parent
57fdf4e1b6
commit
0497bba505
4 changed files with 18 additions and 16 deletions
|
|
@ -1,5 +1,6 @@
|
|||
@use "colors.sass" as c
|
||||
@use "video-list-item.sass" as *
|
||||
@use "_dimensions.sass" as dimensions
|
||||
|
||||
.channel-page
|
||||
padding: 40px 20px 20px
|
||||
|
|
@ -22,6 +23,10 @@
|
|||
|
||||
.info
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
|
||||
+dimensions.thin
|
||||
display: block
|
||||
|
||||
.thumbnail-image
|
||||
$size: 120px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue