mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
style(MainModal): update modal background and sidebar styles for improved aesthetics
This commit is contained in:
@@ -89,9 +89,13 @@
|
|||||||
height: 80vh;
|
height: 80vh;
|
||||||
width: clamp(60vw, 1400px, 90vw);
|
width: clamp(60vw, 1400px, 90vw);
|
||||||
|
|
||||||
@include themed {
|
background-color: rgba(1, 1, 1, 0.7);
|
||||||
background-color: t($modal-background);
|
-webkit-backdrop-filter: blur(16px) saturate(180%);
|
||||||
}
|
backdrop-filter: blur(16px) saturate(180%);
|
||||||
|
|
||||||
|
// @include themed {
|
||||||
|
// background-color: t($modal-background);
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fixes for font size on extension */
|
/* fixes for font size on extension */
|
||||||
|
|||||||
@@ -14,6 +14,9 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
background: t($modal-background);
|
background: t($modal-background);
|
||||||
|
|
||||||
|
margin: 0 1rem;
|
||||||
|
border-radius: t($borderRadius);
|
||||||
|
|
||||||
@extend %tabText;
|
@extend %tabText;
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
background: t($modal-sidebar);
|
// background: t($modal-sidebar);
|
||||||
border-radius: 12px 0 0 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
overflow: hidden auto;
|
overflow: hidden auto;
|
||||||
height: 80vh;
|
height: 80vh;
|
||||||
|
|||||||
Reference in New Issue
Block a user