Skip to content

Commit

Permalink
[FB] NewTab | Add margin
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 18, 2024
1 parent deac7e2 commit e6be48b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ $letter-fallback-color: $white;
}
}

.top-site-outer {
margin: 0 5px;
}
.floorp-backdrop-blur-enable .top-site-outer{
backdrop-filter: blur(12px);
}
Expand Down
4 changes: 4 additions & 0 deletions browser/components/newtab/css/activity-stream-linux.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ main section {
}
}

.top-site-outer {
margin: 0 5px;
}

.floorp-backdrop-blur-enable .top-site-outer {
backdrop-filter: blur(12px);
}
Expand Down
4 changes: 4 additions & 0 deletions browser/components/newtab/css/activity-stream-mac.css
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,10 @@ main section {
}
}

.top-site-outer {
margin: 0 5px;
}

.floorp-backdrop-blur-enable .top-site-outer {
backdrop-filter: blur(12px);
}
Expand Down
4 changes: 4 additions & 0 deletions browser/components/newtab/css/activity-stream-windows.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,10 @@ main section {
}
}

.top-site-outer {
margin: 0 5px;
}

.floorp-backdrop-blur-enable .top-site-outer {
backdrop-filter: blur(12px);
}
Expand Down

0 comments on commit e6be48b

Please sign in to comment.