We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78121a commit d2ba9a5Copy full SHA for d2ba9a5
1 file changed
src/new-tab/sites/site-item.less
@@ -13,19 +13,19 @@
13
align-items: center;
14
justify-content: center;
15
transition: transform 0.2s ease;
16
+ border-radius: var(--site-icon-radius);
17
+ overflow: hidden;
18
19
&.auto {
20
padding: 10%;
21
box-sizing: border-box;
22
background-color: #fff;
- border-radius: var(--site-icon-radius);
23
}
24
25
.site-icon {
26
width: 100%;
27
height: 100%;
28
object-fit: cover;
29
30
31
0 commit comments