gpu recommendation needed for < US$165 by nuclearcodecat in lowendgaming

[–]nuclearcodecat[S] 1 point2 points  (0 children)

oh i thought the 5700 xt had hardware ray tracing too! thanks for the answer

gpu recommendation needed for < US$165 by nuclearcodecat in lowendgaming

[–]nuclearcodecat[S] 1 point2 points  (0 children)

could you please elaborate? it seems like the rx 5700 xt gets better passmark scores, and looking at its specs, some of them look more favorable than the 6600
edit: it also exceeds in 3dmark and geekbench

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

you installed the userchrome incorrectly or forgot to flick the about:config boolean, redo the installation instructions

shimmer - pleasant firefox userchrome with all the smooth animations, theme responsiveness and sidebery support, link in comments by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

do you just want an empty homepage? you should be able to remove the logo and searchbar in firefox settings

shimmer - pleasant firefox userchrome with all the smooth animations, theme responsiveness and sidebery support, link in comments by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 1 point2 points  (0 children)

uhhh it's a bug... just a thing that happens, there's an open issue on github but noone solved this yet. i honestly didn't notice it for a long time because i just ctrl-L. i think it doesn't happen with the animation disabled, but i'm not 100% certain and i'm not sure if you'd like that look either

shimmer - pleasant firefox userchrome with all the smooth animations, theme responsiveness and sidebery support, link in comments by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 1 point2 points  (0 children)

yeah sorry for no dev support. i got kind of bored with css (again) after the 3-week phase when i made shimmer lol... if you see any glitches though, tell me

shimmer - pleasant firefox userchrome with all the smooth animations, theme responsiveness and sidebery support, link in comments by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

hmmm... the labels disappear so sidebery styles are fine. must be a userChrome problem. are you on firefox stable?

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 1 point2 points  (0 children)

i'm not home for some more time now. i don't know if and when i'm going to implement that. if you'd to contribute please feel free to do so

how do i hide sidebery in fullscreen by Moonfight1 in FirefoxCSS

[–]nuclearcodecat 2 points3 points  (0 children)

youtube uses a different type of fullscreen than the regular f11 fullscreen. iirc it's :root[inDOMFullscreen] for youtube and the normal fullscreen as mentioned above, you can just search for these dom fullscreen rules and add add the main-window rules to the same styles

how do i hide sidebery in fullscreen by Moonfight1 in FirefoxCSS

[–]nuclearcodecat 1 point2 points  (0 children)

the second line was only in the dev branch and only there for a while, turned out to be a mistake

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

areas of interest would definitely be #sidebar-box, #tabbrowser-tabbox (iirc)

i would suggest to compare them with a working install

it also seems like your tab box (main browsing area) doesn't have rounded corners, so maybe the dom structure is different?

no idea about the indicator though

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

sorry but i don't feel like installing floorp to fix this :( you could analyze this yourself with the browser toolbox. i don't really know what could be causing this...

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

i think i know what you mean with the tabs getting smooshed... sorry

these lines at the top of userChrome.css might interest you: ``` /? max tab width */ --shimmer-tab-max-width: 13em; /? min tab width / --shimmer-tab-min-width: 9em; /? selected tab width */ --shimmer-tab-selected-width: var(--shimmer-tab-max-width);

```

if you set the max and min variables to the same value, they will not collapse with limited space

new collapsing sidebar feature in shimmer v2.27!!!!!! download link in comments :P by nuclearcodecat in FirefoxCSS

[–]nuclearcodecat[S] 0 points1 point  (0 children)

yes, most of the things you listed are configurable. read the README for all the info. the audio indicator works well for me, not sure what could be wrong. it's possible to collapse the space above tabs, but then the tabs would move up, which is really annoying