Vivaldi Forum mod
-
@potmeklecbohdan said in Vivaldi Forum mod:
// oh, just seen the double word ‘check’ in my previous post. seems i’m really good at reusing words close to the other occurences.
Actually this is a really bad habit and this make youa bad bad boy, but I actually don’t mind this. Also you actually misbelled occcurrenseses pretty bad.
-
@luetage hate that double-c double-r. i always misspell it & never notice (& now i thought you were joking).
-
Icons in the navbar have changed too. They seem (at least to me) bigger.
-
@hlehyaric yes, but that’s just
crappydesign™
. vfm isn’t involved. -
@potmeklecbohdan Yes, I know there's nothing VFM can do about it
, but I wanted to write it down here just in case there was something wrong on my side
.
Btw, I totally agree with you: crappy icons! -
@hlehyaric said in Vivaldi Forum mod:
there's nothing VFM can do about it
that’s not what i said. there’s no reason why they couldn’t be resized, since they’re just font icons.
-
@hlehyaric I’m not likely to change this, at least for now. I’m trying just to theme/color elements. But you could simply fix it with User CSS ☛
#submenu .fa {font-size: 14px;}
-
@guigirl
span.votes .fa-chevron-up::before {content: "\f164" !important;}
?
-
@luetage Thanks a lot.
-
Expanded Search Box
#search-form #search-fields.hidden {max-width: unset; width: 250px;}
-
@juanvase i think it was somewhere around the forum – prolly by dude99 or barbudo2005, but i’m not sure.
-
-
@juanvase This mod is somewhere in this topic and was shared before I began collecting community modifications. I’ll go look for it later.
-
@potmeklecbohdan said in Vivaldi Forum mod:
mm, btw. just re-asking coz i got reminded of it now. howzabout the theme change from other extensions? has interest risen anyhow?
I don’t know, just make a pull request. I’m confident you are going to maintain it so why not.
-
@guigirl And I’m sure I mentioned this before, but almost all of the default themes are existing vim colorschemes, e.g. https://draculatheme.com. I just ported them for Vivaldi Forum. And yes , of course I ported Dracula especially for you and put it up front and center, because of its purple nature.
-
reminds me i haven’t shared the theme i’ve switched to some time ago…
{"themeName":"Beach flower","colorBg":"#464038","colorFg":"#d3bda5","colorHi":"#c49a93","colorAc":"#b4a377","colorLi":"#b4a377","colorCo":"#c49a93","colorDd":"#4b453d"}
used with this photo as the wallpaper & inspiration for the colours.
-
@juanvase This is the code I'm currently using, not sure if it will work with your setup though...
/* vertical pagination */ .pagination.hidden-xs { position: fixed; right: 6px; top: 0; bottom: 0; display: flex !important; flex-flow: column; align-items: center; justify-content: center; font-size: 80%; z-index: 9; } .pagination.hidden-xs > li > a { padding: 0; width: 40px; height: 40px; line-height: 40px; border-radius: 2px; } .pagination.hidden-xs i.fa { transform: rotate(90deg); } .pagination.hidden-xs > li:not(.active) > a:not(:hover) { background: transparent; } /* vertical pagination for small screen & panel */ @media (max-width: 767px) { .pagination.hidden-xs {transform-origin: right; transition: transform .15s;} .pagination.hidden-xs:not(:hover):not(:focus-within) {right: 0; transform: scale(.55);} .pagination.hidden-xs:is(:focus-within, :hover) > li:not(.active) > a:not(:focus-within):not(:hover) { background: #fffE; } }
-
Wasn't
timeline event
(or whatever this thing is called) on the left & lowercase before the last update or is it just me?Btw, I've managed to get it on the left in lowercase.
-
2 bugs remain until I will push an update. Currently I experience an awkward issue with the extension not loading when opening a link in a new tab (e.g. middle click). Closing that tab and reopening it will load the extension. This somewhat worries me. The next thing is I never got the notification that the forum would be updated. On Android I saw the notification box, which leads me to believe the »dismissing notifications« default mod is broken. But it’s hard to test this without a message and I didn’t have the time to do so when I noticed it.
-
I use the Vivaldi Forum Mods add-on in Vivaldi 4.2, latest production version for Linux.
I don't know if it's is related to this lovely extension or not, but today when I viewed the forum, the up and down vote buttons are missing on all the posts although the vote count and the hamburger are still there. And, yes, I am logged in to the forum.
I even logged out and back in, but it didn't help.
Been here for years and have never seen this issue before.
It looks like it thinks I'm not logged in or a valid user, but my avatar icon is displayed on top menu.
Any idea what's going on?