mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix: lightbox, breadcrumbs, navbar, uninstall
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
@use 'scss/variables' as *;
|
||||
|
||||
.modalTopBar {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 1.5rem 1.5rem;
|
||||
// width: 100%;
|
||||
|
||||
@include themed {
|
||||
background: t($modal);
|
||||
}
|
||||
|
||||
backdrop-filter: blur(10px);
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
||||
|
||||
.topBarLeft {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user