#Mastodon v4.4.1 UI widgets look like those of the browser, which are stacked; makes for confusing use😒😫
#Mastodon v4.4.1 UI widgets look like those of the browser, which are stacked; makes for confusing use😒😫
... "# Followed hashtags" list, in the 3rd right side column, is useless to me as it shows only 3 tags (instead of making the tag list occupy the whole vertical column & making it scrollable).
#uBlockOrigin "element picker" picks up the rather generic class and picks the title & the list of tags separately; either they are actually separate, or am incapable of precise enough mouse movement. Ah ":r1:"!
Need to bust out "Web Developer Tools" to be more specific ...
#mastodon v4.4.1 #mastodonUX
... #uBlockOrigin filters to remove piddly tag list ...
! Remove piddly list of tags being followed.
!
! List toggle button.
freeradical.zone## div > div.navigation-panel__list-panel__header button.icon-button[aria-label="Expand followed hashtags menu"]
!
! The list.
freeradical.zone## div > div[aria-labelledby*=":r1:-title"]
#mastodon v4.4.1 #mastodonUI
... on the same line, #uBlockOrigin filter for piddly list of "Lists" ...
! List toggle button.
freeradical.zone## div > div.navigation-panel__list-panel__header button.icon-button[aria-label="Expand list menu"]
!
! List list.
freeradical.zone## div > div[aria-labelledby=":r0:-title"]
#mastodon v4.4.1 #mastodonUX #mastodonUI