added --panelRadius
This commit is contained in:
parent
c1c4dd8fb4
commit
a0c54f31c8
2 changed files with 2 additions and 1 deletions
|
@ -316,7 +316,7 @@
|
|||
position: relative;
|
||||
min-width: 200px;
|
||||
box-shadow: var(--ciderShadow-Generic);
|
||||
border-radius: var(--mediaItemRadius);
|
||||
border-radius: var(--panelRadius);
|
||||
overflow: hidden;
|
||||
font-size: 13px;
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
--ciderShadow-Generic: var(--mediaItemShadow), 0 8px 40px rgb(0 0 0 / 0.55);
|
||||
--mediaItemRadius: 6px;
|
||||
--mediaItemRadiusRound: 100%;
|
||||
--panelRadius: 10px;
|
||||
--contentInnerPadding: 16px;
|
||||
--navbarHeight1: 48px;
|
||||
--navbarHeight2: 0px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue