-
fjklp
cal0pteryx: Just curious, what made you confident that #11094 is resolved?
-
fjklp
that is "clicking on message search results behavior is inconsistent "
-
lovetox
its better now
-
lovetox
but there are still cases that are not fixed
-
lovetox
i think we show corrections in the search, but you cannot scroll to them, just nothing happens
-
lovetox
but if the message exists, it scrolls them consistently to the middle of the screen and highlights for me
-
fjklp
> but if the message exists, it scrolls them consistently to the middle of the screen and highlights for me well, it seemed to be edge cases that failed before so it might not be obvious that it will fail ↺
-
fjklp
maybe not quite edge cases, but not very consistent. I remember that image previews were a factor.
-
mutt
Does anyone know what is the name of the CSS class for styling reply blocks? Not sure how they're called exactly, I'm talking about this new feature introduced in v1.9. I use a custom theme but setting a font under `.gajim-conversation-text` doesn't seem to affect it.
-
cal0pteryx
mutt, check out GTK Inspector. it lets you browse the CSS tree
-
mutt
Thanks. Does that work on flatpak apps?
-
cal0pteryx
I don't know, try it
-
mutt
It works but it's not exactly what I'm looking for.
-
cal0pteryx
mutt: you can click the picker button to the top left, select a reply, then in the combo box select css, then you see all classes
-
mutt
Alright
-
mutt
Apparently, it's `box:dir-ltr.horizontal.referenced-message`
-
cal0pteryx
Or just .referenced-message
-
mutt
https://dev.gajim.org/gajim/gajim/-/blob/master/gajim/data/style/default.css
-
mutt
Based on this, I think all selector names should started with "gajim-"
-
mutt
But gajim-referenced-message doesn't work.
-
lovetox
The class name is referenced-message
-
lovetox
You don't need to add something
-
mutt
Thanks, bbiab
-
mutt
Hm. Interesting.
-
mutt
font-family, -size, -weight all take effect but not font-size.
-
mutt
Basically I'd just like to increase the font size in ref. messages.
-
mutt
I find the default too small.
-
mutt
``` .gajim-conversation-text, .referenced-message { font-family: "Cantarell"; font-style: normal; font-size: 16pt; font-weight: 300 }```✎ -
mutt
```.gajim-conversation-text, .referenced-message { font-family: "Cantarell"; font-style: normal; font-size: 16pt; font-weight: 300 }``` ✏
-
mutt
```.gajim-conversation-text, .referenced-message { font-family: "Cantarell"; font-style: normal; font-size: 16pt; font-weight: 300 }``` ✏
-
mutt
``` .gajim-conversation-text, .referenced-message { font-family: "Cantarell"; font-style: normal; font-size: 16pt; font-weight: 300 } ``` ✏
-
mutt
This is what I put in the theme css file.
-
lovetox
are you aware that you can adjust the size of all text in gajim in the settings?
-
mutt
Yes
-
mutt
But I'd like to set the font size in the chatbox area only and not to scale everything up in the app.
-
mutt
I mean, there's a setting in the UI for "Conversation: Text Font". It would be just logical for that to cover referenced messages too.
-
lovetox
yes its definitly a bug
-
lovetox
please open a issue for it
-
qy
you could just make a bot, that has a !issue command, that takes the last N messages and does that
-
qy
it'd be more reliable
-
qy
pre-emptive sorry i opened my mouth
-
mutt
> please open a issue for it I will, I just want to test a few things first. ↺
-
lovetox
i try to think why the size is not applied
-
lovetox
something seems to have more precedence
-
mutt
Maybe it is hardcoded somewhere? If you look closely, the font size of the text is the same as the size of the nick and that's smaller too.✎ -
mutt
Maybe it is hardcoded somewhere? If you look closely, the font size of the text is the same as the font size of the nick and that's smaller too. ✏
-
mutt
Or more precisely, I'm not sure if the font size of the nick is actually the same but it's smaller compared to regular messages.
-
lovetox
yes its set to 90%
-
mutt
``` .referenced-message { font-size: 16pt !important; } ```
-
mutt
This crashes Gajim.
-
lovetox
i dont think thats supported by gtk
-
lovetox
thats not a browser css engine
-
lovetox
ah i know
-
lovetox
that class does not match the label
-
lovetox
you need to do `.referenced-message label {`
-
mutt
Thanks!
-
mutt
It works! Thanks, lovetox
-
bot
lovetox pushed 1 commits to branch gajim/master feat: Windows: Add native Windows notifications - https://dev.gajim.org/gajim/gajim/-/commit/4042e586bc9854b7e31f3b57bba55e69b593fb54
-
Martin
obivan@gajim.org is a spammer. Unfortunately theres no 157 contact to report to.
-
lovetox
thanks, i will relay it to the server operator
-
Martin
Thanks.
-
lovetox
also i told him to set the 157 contacts up :)
-
Martin
🙂
-
roughnecks
hello, any way to display the messages' count number notifications for a workspace for all messages and not just mentions?
-
Michael
lovetox:✎ - Michael
-
bot
lovetox pushed 1 commits to branch gajim/master perf: MessageRowActions: Fix memory leak - https://dev.gajim.org/gajim/gajim/-/commit/328a0ff8e4424ba633aa07ad09c4ca5adcf3cc22
-
fjklp
big memory leak?
-
lovetox
no
-
fjklp
I haven't experienced that problem with the messages appearing to come from someone else again, but I see that I have notes from may where messages were doubled in that same server and they had different occupant ids
-
fjklp
it might be a different bug in that case