mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
14 lines
436 B
CSS
14 lines
436 B
CSS
|
|
#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;
|
|
}
|
|
|
|
#zen-essentials-container > tab > stack:nth-child(1) > hbox:nth-child(2) > stack:nth-child(2) {
|
|
padding: 16px !important;
|
|
}
|
|
|
|
#zen-essentials-container {
|
|
gap: 8px 8px !important;
|
|
grid-template-columns: repeat(auto-fit, minmax(80px, auto)) !important;
|
|
}
|