Merge pull request #278 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-06-02 15:59:15 +00:00 committed by GitHub
commit 313974dc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View file

@ -448,7 +448,7 @@ dd {
// <https://gitlab.com/gitlab-org/gitlab/-/blob/7a6e4f24d0d828500a7c7b6eb84973a1b4c35534/app/assets/stylesheets/framework/typography.scss#L403-417>
ul > li.task-list-item {
list-style-type: none;
input[type='checkbox']:first-child {
> input[type='checkbox']:first-child {
margin: 0 0.2em 0.25em -1.6em;
vertical-align: middle;
}

View file

@ -12,3 +12,12 @@
}
*/
}
@-moz-document url(about:home), url(about:newtab) {
/* <https://github.com/black7375/Firefox-UI-Fix/blob/3f9ac3032ce90b46a190ac16b29ecf2488290d51/userContent.css#L12-L16> */
/* <https://searchfox.org/mozilla-central/rev/74f3c420ee54001059e1850bef3be876749ff873/browser/components/newtab/content-src/components/TopSites/_TopSites.scss#125-126> */
.top-site-outer .tile .icon-wrapper {
width: 100% !important;
height: 100% !important;
}
}