You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looking at my channel in incognito mode, it appears that the css modifications work properly (or is it just me?)
but viewing it in a normal tab, things seem to be different
(notice that in the first photo, it has the ">" at the tagline while it has "...more" )
it seems that there's no experiment flag for it, so i created a small userscript to temporarily put them back where it should be just like how your extension does it (and to adapt my custom made userscripts and userstyles)
this is the code i use to put the channel buttons to the right side:
document.querySelector("yt-flexible-actions-view-model").style = "position: absolute; right: 0";
and this is what it looked like before the update (only screenshot i had at the time)
The text was updated successfully, but these errors were encountered:
looking at my channel in incognito mode, it appears that the css modifications work properly (or is it just me?)
but viewing it in a normal tab, things seem to be different
(notice that in the first photo, it has the ">" at the tagline while it has "...more" )
it seems that there's no experiment flag for it, so i created a small userscript to temporarily put them back where it should be just like how your extension does it (and to adapt my custom made userscripts and userstyles)
this is the code i use to put the channel buttons to the right side:
document.querySelector("yt-flexible-actions-view-model").style = "position: absolute; right: 0";
and this is what it looked like before the update (only screenshot i had at the time)
The text was updated successfully, but these errors were encountered: