Update aboutDialog.css

This commit is contained in:
Bert van der Weerd 2021-02-23 11:28:13 +00:00
parent deeef57ebe
commit dd128717ca

View file

@ -24,10 +24,11 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml
}
#rightBox {
/* border: 1px solid red; */
/* this margin prevents text from overlapping the planet image */
background-image: none; /* getting rid of the 'Nightly' text */
margin-left: 275px;
margin-top: 50px;
margin-right: 20px;
@ -41,14 +42,15 @@ firefox-85.0/browser/base/content/aboutDialog.xhtml
}
#leftBox {
/* display: none; */
/* background-image: url("chrome://branding/content/about-logo.png"); */
/* background-repeat: no-repeat; */
/* background-size: 192px auto; */
/* background-position: center 20%; */
/* min-width and min-height create room for the logo */
min-width: 210px;
min-height: 220px;
margin-top: 20px;
margin-inline-start: 30px;
/* border: 1px solid red; */
/* display: none; */
/* background-image: url("chrome://branding/content/about-logo.png"); */
/* background-repeat: no-repeat; */
/* background-size: 192px auto; */
/* background-position: center 20%; */
/* min-width and min-height create room for the logo */
min-width: 1px;
min-height: 220px;
margin-top: 20px;
margin-inline-start: 30px;
}