Last active
August 29, 2015 14:21
-
-
Save TyDraniu/80526687ba32aed4ee8f to your computer and use it in GitHub Desktop.
about:newtab mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document url("about:newtab") { | |
#newtab-grid > .newtab-cell{ | |
height: 125px; | |
width: 220px; | |
} | |
#newtab-grid{ | |
height: unset !important; | |
max-height: unset !important; | |
max-width: unset !important; | |
} | |
#newtab-search-container{ | |
margin-left: 1in; | |
margin-right: 1in; | |
} | |
#newtab-margin-bottom, .newtab-side-margin{ | |
display:none; | |
} | |
#newtab-margin-undo-container{} | |
/* fix for change in FF 41 */ | |
.newtab-thumbnail { | |
height: inherit !important; | |
} | |
/* fix for change in FF 42 */ | |
#newtab-margin-top { | |
max-height: 40px; | |
} | |
/* fix for change in FF 39 */ | |
.newtab-cell{ | |
margin-bottom: 20px; | |
} | |
#newtab-intro-what { | |
display:none; | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment