Hobbix

Results 19 comments of Hobbix

I thought I was going crazy when I recently tried to find a saved message by the date I saved it, but all the dates were mixed up. It turned...

In addition, after the profile design was updated, the “Show topic list” option disappeared when you have a group with topics open in the “view as messages” mode. Previously, you...

After updating to version 6.3.4, when forwarding messages the app now automatically selects the folder of the channel/group where the original message is located. This has become extremely inconvenient. I...

Why did Telegram suddenly decide that I would forward messages by default to a channel located in the same folder? It looks like a crazy bug. Most likely, that's what...

I’m using a custom theme, so the background inside the address bar has remained white. However, after updating to FF143, the border inside the address bar disappeared when it’s not...

It turns out that in FF143 the file **urlbar_restore_visible_border.css** just broke. I found another solution here: https://github.com/Aris-t2/CustomCSSforFx/issues/775#issuecomment-3300207702 Including restoring the small rounded corners.

Removed the old CustomCSSforFx, installed the new v4.7.4. Enabled only these 3 mods: ``` @import "./css/tabs/default_tabs_no_tab_line.css"; @import "./css/tabs/tabs_container_indicator_for_classic_squared_tabs.css"; @import "./css/tabs/default_tabs_photon_alt.css"; ``` As a result, all the borders around the active...

It seems I managed to fix it. I deleted this code: ``` /* Fx 126+ - remove line below active tab (custom theme) */ #TabsToolbar #tabbrowser-arrowscrollbox { margin-top: 1px !important;...

I managed to fix everything. Here is the working version. **default_tabs_photon_alt_v2.css** ``` /* Firefox userChrome.css tweaks ****************************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ********************************************/ /************************************************************************************************/ :root { /* variable for tabs below navigation...