Skip to content

Commit

Permalink
Fix: Activity Stream - Add icon ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Mar 22, 2024
1 parent e0b9f19 commit 10eb374
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
12 changes: 10 additions & 2 deletions css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion css/leptonContentESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions src/contents/_activity_stream.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,19 @@

/** Activity Stream - Web Site Icon: full size ******************************/
@include Option("userContent.newTab.full_icon") {
.top-site-outer .tile {
overflow: hidden;
.top-site-outer {
.tile {
overflow: hidden;
}

.icon-wrapper {
width: 100% !important; /* Original: 48px */
height: 100% !important; /* Original: 48px */
}
&.add-button .tile .icon-wrapper {
width: 24px !important;
height: 24px !important;
}
}
}

Expand Down

0 comments on commit 10eb374

Please sign in to comment.