mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-21 17:21:56 +00:00
Refactor ZenGradientGenerator styles and logic for improved UI consistency and element sizing
This commit is contained in:
@@ -361,21 +361,19 @@
|
||||
position: absolute;
|
||||
--rotation-padding: 15px;
|
||||
width: calc(100% - var(--rotation-padding) * 2);
|
||||
border-bottom: 0;
|
||||
border-left: 0;
|
||||
border-bottom-color: transparent;
|
||||
height: calc(100% - var(--rotation-padding) * 2);
|
||||
top: var(--rotation-padding);
|
||||
left: var(--rotation-padding);
|
||||
border-radius: 50%;
|
||||
transform: rotate(-45deg);
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#PanelUI-zen-gradient-generator-rotation-dot {
|
||||
position: absolute;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 50%;
|
||||
border: 1px solid var(--zen-colors-border);
|
||||
background: var(--zen-colors-tertiary);
|
||||
|
Reference in New Issue
Block a user