mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Fix: Activity Stream - Add icon ratio
This commit is contained in:
parent
e0b9f19892
commit
10eb374fa1
3 changed files with 23 additions and 5 deletions
12
css/leptonContent.css
generated
12
css/leptonContent.css
generated
|
|
@ -342,10 +342,14 @@
|
|||
.top-site-outer .tile {
|
||||
overflow: hidden;
|
||||
}
|
||||
.top-site-outer .tile .icon-wrapper {
|
||||
.top-site-outer .icon-wrapper {
|
||||
width: 100% !important; /* Original: 48px */
|
||||
height: 100% !important; /* Original: 48px */
|
||||
}
|
||||
.top-site-outer.add-button .tile .icon-wrapper {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@supports -moz-bool-pref("userContent.newTab.animate") {
|
||||
|
|
@ -3961,10 +3965,14 @@
|
|||
.top-site-outer .tile {
|
||||
overflow: hidden;
|
||||
}
|
||||
.top-site-outer .tile .icon-wrapper {
|
||||
.top-site-outer .icon-wrapper {
|
||||
width: 100% !important; /* Original: 48px */
|
||||
height: 100% !important; /* Original: 48px */
|
||||
}
|
||||
.top-site-outer.add-button .tile .icon-wrapper {
|
||||
width: 24px !important;
|
||||
height: 24px !important;
|
||||
}
|
||||
}
|
||||
/** Activity Stream - Animate ***********************************************/
|
||||
@media (-moz-bool-pref: "userContent.newTab.animate") and (prefers-reduced-motion: no-preference) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue