mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-19 22:10:50 +00:00
Refactor zen-gradient-generator styles for improved responsiveness on macOS
This commit is contained in:
@@ -59,15 +59,21 @@
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
align-items: center;
|
||||
gap: 3rem;
|
||||
gap: 1.5rem;
|
||||
padding: 0 var(--panel-padding);
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
gap: 3rem;
|
||||
}
|
||||
|
||||
& label {
|
||||
font-size: larger;
|
||||
margin-left: 0;
|
||||
font-weight: 600;
|
||||
margin-inline: 0;
|
||||
margin-bottom: 2px;
|
||||
@media (-moz-platform: macos) {
|
||||
font-size: larger;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,6 +82,7 @@
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
margin: 5px auto 10px auto;
|
||||
width: 100%;
|
||||
|
||||
& > box {
|
||||
width: 18px;
|
||||
@@ -279,10 +286,15 @@
|
||||
}
|
||||
|
||||
#PanelUI-zen-gradient-generator-texture-wrapper {
|
||||
width: 25%;
|
||||
aspect-ratio: 1;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
position: relative;
|
||||
|
||||
@media (-moz-platform: macos) {
|
||||
width: 25%;
|
||||
aspect-ratio: 1;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user