Replace all <Tab> characters with two spaces

This commit is contained in:
MrOtherGuy 2020-05-22 09:07:26 +03:00
parent a3146bb483
commit a0c8c9c2a0
18 changed files with 76 additions and 76 deletions

View file

@ -8,18 +8,18 @@ See the above repository for updates as well as full license text. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@-moz-document url("about:addons"){
#list-view{ overflow: auto }
/* Test for Firefox > 66 */
/* Test for Firefox > 66 */
@supports (inset-block:auto){
#addon-list{
display: grid;
grid-template-areas: "a a";
grid-template-columns: 1fr 1fr;
grid-auto-rows: min-content;
grid-auto-rows: min-content;
overflow: hidden !important;
padding-bottom: 80px; /* increase this value if addons list content get cut */
}
}
/* Test for Firefox < 66 */
/* Test for Firefox < 66 */
@supports not (inset-block:auto){
#addon-list > scrollbox > .scrollbox-innerbox{
display: grid;