New Firefox Update Menu Bookmark padding spacing fix? [closed] - user-interface

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Recently (about an hour ago) my firefox auto updated to a new format, where all the text and bookmarks are forcibly spaced as if I were writing a double spaced essay. This has cut down the maximum number of displayed icons severely in book marks and there's what feels like a quarter inch of extra useless grey space in my top browser between the menu/file/edit/view/etc. section and the tabs.
Is there a way, such as through about:config to fix this vertical/height spacing issue of the UI?
I have been unsuccessful in locating a fix.

Try browser.proton.contextmenus.enabled > false (disables Proton UI of context menus)
from https://www.ghacks.net/2021/06/01/firefox-89-ships-with-interface-changes/

The same thing just happened to me. This worked (from https://support.mozilla.org/en-US/questions/1186601):
Find the latest profile that FF just created. Mine was in "C:\Users\(my_name)\AppData\Roaming\Mozilla\Firefox\Profiles". Look for the newest folder, go into it and find the folder called 'chrome'
Open userChrome.css in Notepad.
Paste this at the bottom of the file:
/* Use Normal top and bottom padding for Compact */
#PlacesToolbarItems .bookmark-item {
padding-top: 2px !important;
padding-bottom: 2px !important;
}
Save the file and restart FF.
I changed the padding to 0px and it looks great.

Not a solution, but Firefox is still hosting the last version 88.0.1, you can always install that and disable updates.
More of a workaround than a real fix.
https://support.mozilla.org/en-US/kb/install-older-version-firefox?redirectslug=install-older-version-of-firefox&redirectlocale=en-US#w_i-still-want-to-downgrade-where-can-i-get-the-previous-version

Related

Hindi Characters not displaying in ms word document [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I have generated a word document (docx) on fly, which contains 2 languages: English and Hindi.
English characters are displayed correctly but Hindi characters are displayed as box [] when you open the document. However when you select the hindi text (box) and re select the font from drop down to Aerial the characters displays.
Well the full document already has Aerial font but for some reason it doesn't display hindi characters when you open it.
I have tried to google for the it but I didn't found any instruction which may solve this issue. Please can anyone advise what is going on here.
It looks like that there is no way to do it. Alternatively, I have changed the font to "Mangal" and it works fine.
Thanks all!
Even I had same issue but it looks like MS WORD has got the solution.
in MS WORD 2007
step 1 - Go to 'Review'
Step 2 - Click on 'Set Language'
Step 3- Select check box 'Detect Language automatically'
Close word file and reopen it :)
Hope it help
try installing Kruti Dev 010 font. It worked for me.

Bxslider - images don't show after first loading of website [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I've got a problem with bxslider. Everything work just fine except showing images in slider after first loading. They just don't appear. When you refresh the website and wait a while they appear.
The address of website: PC-DATA
Looking at your website code right now when you first load the page the .bx-viewport are using some inline styles. One of these inline styles is setting the height of the container to 0. If you change the height to the size you want it to (in this case I am guessing 460px) then it should show correctly the first time.
.bx-wrapper, .bx-viewport {
height: 460px !important;
}
Alternatively you can see what others did here. Hope that helps.

Opacity of background in Textmate2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am new to Textmate 2. I have seen few people using textmate with a reduced opacity of the background color. I am trying to find a way to achieve that, but could not get to anything closer.
I tried tweaking the bundle file for the default theme, but eventually ended up messing the look of the existing theme.
What am I missing here. Do I need any other bundle to achieve it? How do I get a transparency in the background?
Ah! yes I now get it!... I guess its different in Textmate2. All you need to do is to goto the bundle editor and change the value of background in settings.
For example if the value of background is #141414 then append the hex value of the desired transparency. For example you want the opacity to be 62.8% then you can change the value to be #141414A1.
0xA1 = 161
161/256 = 62.8%

Ruby libraries to find "location" of items on laid out web page? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm looking for a library, or a strategy, that can be used, ideally in conjunction with Ruby/Nokogiri, to determine the layout location of items on a web page, when viewed in the browser.
For example, in the current page I'm looking at, there is a "Ask Question" button in the top right corner (I am guessing in the header). If, for example, I wanted to see where the all the words "question" are on the page, which would match this word, and other places hat have the word question, in terms of XY coordinates or pixels, how would I do that?
I clearly have to load the CSS. But, what else?
Any suggestions would be appreciated.
The Watir project might be able to help, as it talks directly to the browser, allowing you to get information about a page after the browser has finished rendering it. You'll need to look through the API to see if you can get the pixel locations for elements.
Pixel locations will be difficult though, because those are tied to font sizes and a real-human user could have something that is overriding the settings applied by the CSS. The information you get from a browser in your testing could vary wildly from what a real user would see. That might, or might not, be an issue for you.

To have no LaTeX margins for pictures [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have many types of diagrams in my paper.
I use at the moment horizontal pages to make pictures readable.
I would like to know how you can remove LaTeX margins from pages where there are pictures.
How can you have no margins for pictures in LaTeX?
Either diddle the various variables directly or use the geometry package.
LaTeX uses a lot of variable to describe the page, so setting them directly is a hassle, I really reccomend using geometry.
And remember there is a silent 1 inch margin. Moreover how close to the edge of the page you can actually print is dependent on you printer. Most won't actually let you get to the edge on any side.
The changepage package can be used to locally change the size of the area that content is put in. Documentation within the .sty file until I get around to writing a real manual.
I did this exact thing before. Here's the code:
\newenvironment{changemargin}{%
\begin{list}{}{%
\setlength{\textwidth}{\paperwidth}
\setlength{\textheight}{\paperheight}
%\setlength{\oddsidemargin}{-1in}
%\setlength{\evensidemargin}{-1in}
\setlength{\topmargin}{-1in}
\setlength{\topsep}{-1in}%
\setlength{\leftmargin}{-1.5in}%
\setlength{\rightmargin}{-1.5in}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}%
\centering%
\item[]%
}{\end{list}}
On the page in question, I also used \clearpage, \pagestyle{empty} and enlargethispage{...}.
You can specify the width of the figure to be bigger than \textwidth.
I think includegraphics is the non-clipping version, (as opposed to includegraphics*)
I assume this would work as long as the vertical size would fit on the page.
Otherwise I'd look on CTAN for packages which allow you to change the margins on the fly.

Resources