mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
35 lines
650 B
CSS
35 lines
650 B
CSS
/* tab size */
|
|
.zen-essentials-container {
|
|
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
|
}
|
|
|
|
/* icon padding */
|
|
.zen-essentials-container
|
|
> tab
|
|
> stack:nth-child(1)
|
|
> hbox:nth-child(2)
|
|
> stack:nth-child(2) {
|
|
padding: 16px !important;
|
|
}
|
|
|
|
/* main icon */
|
|
.zen-essentials-container
|
|
> tab
|
|
> stack:nth-child(1)
|
|
> hbox:nth-child(2)
|
|
> stack:nth-child(2)
|
|
> img:nth-child(3) {
|
|
height: 32px !important;
|
|
width: 32px !important;
|
|
}
|
|
|
|
/* reload icon */
|
|
.zen-essentials-container
|
|
> tab
|
|
> stack:nth-child(1)
|
|
> hbox:nth-child(2)
|
|
> stack:nth-child(2)
|
|
> hbox:nth-child(1) {
|
|
height: 32px !important;
|
|
width: 32px !important;
|
|
}
|