React New Tab 的评价
React New Tab 作者: Ramkumar K R
Ramkumar K R 的回应
开发者回应
发布于 6 年前Hi,
Thanks for the review.
To reduce the space between the bookmarks, please append the following CSS -
.one{
max-width: 95px;
}
.grid{
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
grid-row-gap: 10px;
}
Thanks for the review.
To reduce the space between the bookmarks, please append the following CSS -
.one{
max-width: 95px;
}
.grid{
grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
grid-row-gap: 10px;
}