update vars

This commit is contained in:
SrGooglo 2023-06-13 22:53:07 +00:00
parent 56d216e895
commit 68b877cd6b

View File

@ -1,8 +1,6 @@
//* Now this only works as an fallback for unset dynamic theme values @app_bottomBar_height: 80px;
@app_frameDecorator_height: 20px;
@app_bottomBar_height: 60px;
@app_bottomBar_iconSize: 45px; @app_bottomBar_iconSize: 45px;
@app_topBar_height: 52px;
@app_sidebar_width: 80px; @app_sidebar_width: 80px;
@app_sidebar_width_expanded: 230px; @app_sidebar_width_expanded: 230px;
@ -19,4 +17,5 @@
@transition-ease-out: all 0.3s ease-out; @transition-ease-out: all 0.3s ease-out;
@transition-ease-inout: all 150ms ease-in-out; @transition-ease-inout: all 150ms ease-in-out;
@card-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 var(--shadow-color); @card-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 var(--shadow-color);
@card-shadow-top: 0 -4px 3px 0 rgba(63, 63, 68, 0.05), 0 0 0 2px var(--shadow-color);