-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Channel subscribe button in search results #4376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Channel subscribe button in search results #4376
Conversation
…t, hashtag, video) in list view
@PikachuEXE What conditions are you seeing where the text is being clipped like in the image? Are you sure you don't just need to re-close and open dev tools? |
Why would resizing the window reproduce a different result from using Replace whole style block starting with .ft-list-channel {
&.grid {
align-items: center;
text-align: center;
.info {
margin-block-end: 12px;
.infoLine {
text-align: center;
}
}
}
&.list {
align-items: start;
display: grid;
grid-template:
'channelThumbnail info channelSubscribeButton'
/ auto 1fr auto;
.channelThumbnail {
grid-area: channelThumbnail;
}
.info {
grid-area: info;
align-content: start;
}
.channelSubscribeButton {
grid-area: channelSubscribeButton;
margin-block: auto;
margin-inline: 7px;
}
@media only screen and (max-width: 1000px) {
grid-template:
'channelThumbnail info'
'channelThumbnail channelSubscribeButton'
/ auto 1fr;
}
}
} |
…con resizing on smaller device sizes
81225bd
to
9ffc053
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a rare chance for me to learn grid
* development: (38 commits) Channel subscribe button in search results (FreeTubeApp#4376) Translated using Weblate (Czech) Translated using Weblate (Portuguese (Brazil)) Use F5 to refresh subscriptions (FreeTubeApp#4399) Miscellaneous improvements to settings page styling (FreeTubeApp#4235) Translated using Weblate (Icelandic) Translated using Weblate (Swedish) Translated using Weblate (Arabic) Bump lefthook from 1.5.2 to 1.5.4 (FreeTubeApp#4398) Bump electron from 27.1.0 to 27.1.2 (FreeTubeApp#4395) Bump electron-builder from 24.6.4 to 24.9.1 (FreeTubeApp#4397) Translated using Weblate (Portuguese) Translated using Weblate (French) Fix bug (FreeTubeApp#4392) Translated using Weblate (Spanish) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Serbian) Translated using Weblate (Chinese (Simplified)) Translated using Weblate (Italian) Cleanup SponsorBlock video id hashing (FreeTubeApp#4384) ... # Conflicts: # src/renderer/scss-partials/_ft-list-item.scss
Channel subscribe button in search results (and minor improvements to grid & list views)
Pull Request Type
Related issue
closes #1968
Description
ft-list-playlist
not respecting appearanceVideo
This video completes the testing steps below:
simplescreenrecorder-2023-09-20_19.22.02-2023-11-23_08.26.28.mp4
Testing
My search of choice for testing these:
mafia channel
. For hashtags:#meow
.Desktop