![]() |
|
Undecided Sticky Userblock Bar - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Announcements (https://sinister.ly/Forum-Announcements) +---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions) +----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions) +----- Thread: Undecided Sticky Userblock Bar (/Thread-Undecided-Sticky-Userblock-Bar) |
Sticky Userblock Bar - Equinox - 04-17-2021 I personally find it a little annoying that a have to scroll up or go to the home page via the SL link at the bottom of the page, especially when reading long threads. I think it would be nice to have the top bar follow users as they scroll. Here's an example of what I mean. This could be accomplished with the following CSS to make it a painless change: Code: .top {
position: sticky;
top: 0;
z-index: 999;
}RE: Sticky Userblock Bar - Oni - 04-17-2021 It's easily done, if there's demand. I am not sure how I feel about the aesthetic personally. People can also apply the mentioned CSS using Greasemonkey. RE: Sticky Userblock Bar - Jiggly - 04-17-2021 Equally, we could also have a "take me to the top" button? Aesthetically I'm not as keen on the userbar following, but there's a good practical reason for that suggestion. RE: Sticky Userblock Bar - mothered - 04-17-2021 (04-17-2021, 09:09 AM)Jiggly Wrote: Equally, we could also have a "take me to the top" button?Precisely my thoughts. A small button on the bottom right corner of the page, will serve Its purpose extremely well, and will not have any significant Impact on the board's aesthetics. RE: Sticky Userblock Bar - Oni - 05-04-2021 (04-17-2021, 09:09 AM)Jiggly Wrote: Equally, we could also have a "take me to the top" button? Aesthetically I'm not as keen on the userbar following, but there's a good practical reason for that suggestion. Spoiler:![]() RE: Sticky Userblock Bar - Jiggly - 05-04-2021 (05-04-2021, 01:56 AM)Oni Wrote:(04-17-2021, 09:09 AM)Jiggly Wrote: Equally, we could also have a "take me to the top" button? Aesthetically I'm not as keen on the userbar following, but there's a good practical reason for that suggestion. Has that literally always been there? (Translation: Am I blind?) |