Skip to content

Commit

Permalink
Change top sites list style
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Jan 20, 2018
1 parent 22910fd commit c7f773d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions chrome/userContent.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/*
* @package Septdir Firefox Style
* @version 1.0.0
* @version 1.0.1
* @author Igor Berdicheskiy - septdir.ru
* @copyright Copyright (c) 2013 - 2017 Igor Berdicheskiy. All rights reserved.
* @copyright Copyright (c) 2013 - 2018 Igor Berdicheskiy. All rights reserved.
* @license GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
* @link https://septdir.ru
*/

/* New Tab
========================================================================== */
@-moz-document url(about:newtab) {
Expand All @@ -19,16 +18,23 @@
.edit-topsites-wrapper .show-less {
display: none !important;
}
.top-sites-list {
display: flex;
flex-wrap: wrap;
}
.top-sites-list .top-site-outer {
margin-inline-end: 25px !important;
width: 12.5% !important;
margin: 0 !important;
}
.top-sites-list .top-site-outer .tile {
width: 128px !important;
height: 128px !important;
margin: 0 auto;
}
.top-sites-list .top-site-outer .title {
width: 128px !important;;
font-size: 14px !important;
margin: 0 auto;
}
.top-sites-list .top-site-outer .top-site-icon.default-icon {
display: none !important;
Expand Down

0 comments on commit c7f773d

Please sign in to comment.