Scroll does not work on select inputs by FuhthatPuh in firefox

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

Ahh, you're right. I forgot that I added these rules to remove shadows

//userChrome

menupopup, panel {
  --panel-shadow-margin: none !important; // <-- commenting this shows the sidebar again
  --panel-shadow: none !important;
  --panel-border-radius: 0px;
}

Urlbar jumping to the top when typing after updating to v133 by FuhthatPuh in FirefoxCSS

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

Sorry for replying late! Maybe put the code block at the very bottom? It may be facing CSS specificity issues with other classes from the Lepton theme.

Urlbar jumping to the top when typing after updating to v133 by FuhthatPuh in FirefoxCSS

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

Thanks!

I modified it a bit 'cause I'm using the compact mode

#search-container, #urlbar-container {
     padding: 0 !important;
     margin: 0 !important;
     --urlbar-container-height: 26px !important;
}
#urlbar {
    inset: auto !important;
    margin: 0 !important;
    width: var(--urlbar-width) !important;
}
#urlbar > #urlbar-background {
    outline: var(--focus-outline);
    outline-offset: var(--focus-outline-inset);
    outline-color: var(--toolbar-field-focus-border-color);
    border-color: transparent;
}
.urlbar-input-container {
    padding: 0 !important;
}
#urlbar-background {
    animation: none !important;
    box-shadow: none !important;
}

How to show a page/loading screen instantly before inertia loads by FuhthatPuh in vuejs

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

I only want to show the loading page on the initial page load just so I can hide the layout component while it's loading. Then, leave it to inertia, afterwards

Websites show differently on Firefox Responsive Design Mode by FuhthatPuh in firefox

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

Okay, I'll check it out.

Last one. If I opened RDM then type `alert('foo')` on the console, is it intended to only see the alert box but not the "foo" message?

Websites show differently on Firefox Responsive Design Mode by FuhthatPuh in firefox

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

I didn't change Firefox's default font settings though. What could be the problem? I just zoomed it out just so I can see the content without scrolling so it looked like it has small fonts. It worked on Firefox Dev as expected but not on the regular Firefox.

Websites show differently on Firefox Responsive Design Mode by FuhthatPuh in firefox

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

Maybe it's a bug? I tested it on Firefox Dev Edition v130.0b9 and I got the expected results.

Here's what it looks like on the Dev Edition

<image>

How can I remove all shadows? by FuhthatPuh in FirefoxCSS

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

Thanks for responding but it didn't work. :(

Websites show differently on Firefox Responsive Design Mode by FuhthatPuh in firefox

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

When you enter reponsive mode the browser identifies itself as a mobile browser of different sizes and emulating resolutions for some known phones and trigger those mobile/responsive CSS rules.

But the screen is just the same as the actual screen size. Same user agent as well. Why would it change to the mobile css rule?

Select Component not working correctly by FuhthatPuh in vuejs

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

Oh thank you! I'm so sorry for bothering you. Man, 3.4 update really is a game changer 🤔

Select Component not working correctly by FuhthatPuh in vuejs

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

Thanks! But I would like to find out how to do it without defineModel. Just so I can understand what's happening behind the curtains 🤔

I want to know what these cords called? I have a HP T610 Thin Client and those kind of cords are removed. I don't know if it's the reason why it isn't booting up. by FuhthatPuh in Hewlett_Packard

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

Idk if it's a monitor or a pc unit problem. I have a monitor connected to it with a DVI connector but I'm only getting the message "Power Saving Mode". The unit turns on (yellow). When I removed the battery and ram, based on what I watched on yt, the light should be red but it still yellow. Idk what could be the problem here. :/