subhasutra

joined 7 months ago
[–] subhasutra 1 points 1 month ago

Thank you! It works exactly as intended!

 

In relation to my previous posts, I am trying to make the bookmark bar show when hovering over the urlbar only instead of the whole nav bar. However replacing the suited elements with #urlbar:hover does not work. What can I do to achieve this?

[–] subhasutra 1 points 1 month ago

You are right, it was the height adjustment I had to make for removing the line beneath toolbar, it was causing a blank space (not a border). Adjusting the height solved it. Thank you.

 

In relation to my previous post, I tried to apply borders to the cropped to content bookmark bar with

#PlacesToolbarItems{
    border: 1px solid black;
    border-top: none;
}

But the border is spanning the whole window. How can I limit it to bookmark bar length as well?

[–] subhasutra 1 points 1 month ago

Thank you again.

[–] subhasutra 1 points 1 month ago (2 children)

Thank you. It works! As for this, is reducing the --uc-bm-height the only way?

[–] subhasutra 1 points 1 month ago

One more thing is I have removed the line underneath tool bar with

#navigator-toolbox {
    border-bottom: none !important;
}

This is causing 1 pixel gap between the bookmark bar and toolbar. How can I fix it?

 

I'm using this to auto hide bookmark bar, and this to get the items centered.

#PlacesToolbarItems {
    justify-content: center;
}

However the length of the bookmark bar spans whole window. Is it possible to crop it only till content? Also is it possible to do a blur on this hiding bar?

[–] subhasutra 1 points 2 months ago

Thank you, the workaround with widget.gtk.ignore-bogus-leave-notify works. And yes the temporary fix was kind of weird, as it used to work if I launched firefox directly, but not when it was started by clicking some link in other applications.

 

I'm using this autohide sidebar css for sidebar to autohide unless mouse hover. But dragging tabs on sidebery causing the sidebar to collapse. This issue was fixed few months ago, but it's back again. Is there anything I can change in the css to make it work? I'm using firefox 132.0.2 on linux.

[–] subhasutra 1 points 7 months ago

I see. Thank you for the explanation as well!

[–] subhasutra 1 points 7 months ago (2 children)

This worked, thank you. Would you mind telling what difference between using urlbar-background over the other one?

4
submitted 7 months ago* (last edited 7 months ago) by subhasutra to c/[email protected]
 

I tried to set the background colour for my urlbar with

#urlbar-input-container {
  border: none !important;
  border-radius: 5px !important;
  background: light-dark(#ffffffff, #1b1e20ff) !important;
}

this works fine for the most part, except on focus it creates some corner effects, which I think might be from the border that gets overlapped somehow.

And this is how it looks on focus without my code

How do I get rid of this blue border on focus? Ps: apologies for poor formatting.

[–] subhasutra 1 points 7 months ago

Thank you, it worked.

 

This colour does not follow my accent colour in KDE plasma. How do I customise it? Edit: I think it appears in focus state.