mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-10-13 20:45:56 +00:00
Replace all <Tab> characters with two spaces
This commit is contained in:
parent
a3146bb483
commit
a0c8c9c2a0
18 changed files with 76 additions and 76 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue