Compare commits

...

3 commits

Author SHA1 Message Date
pull[bot]
313974dc7d
Merge pull request #278 from dmitmel/master
[pull] master from dmitmel:master
2021-06-02 15:59:15 +00:00
Dmytro Meleshko
81e6fa8a4f [firefox] increase the size of site buttons on the newtab screen 2021-06-02 15:09:22 +03:00
Dmytro Meleshko
ebafd4010b [scripts/markdown2htmldoc] fix a little selector issue in my theme 2021-06-02 12:32:43 +03:00
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> // <https://gitlab.com/gitlab-org/gitlab/-/blob/7a6e4f24d0d828500a7c7b6eb84973a1b4c35534/app/assets/stylesheets/framework/typography.scss#L403-417>
ul > li.task-list-item { ul > li.task-list-item {
list-style-type: none; list-style-type: none;
input[type='checkbox']:first-child { > input[type='checkbox']:first-child {
margin: 0 0.2em 0.25em -1.6em; margin: 0 0.2em 0.25em -1.6em;
vertical-align: middle; 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;
}
}