diff --git a/public/layout/images/banner-primeblocks-dark.png b/public/layout/images/banner-primeblocks-dark.png
deleted file mode 100644
index 21bb88e..0000000
Binary files a/public/layout/images/banner-primeblocks-dark.png and /dev/null differ
diff --git a/public/layout/images/banner-primeblocks.png b/public/layout/images/banner-primeblocks.png
deleted file mode 100644
index 5304b4b..0000000
Binary files a/public/layout/images/banner-primeblocks.png and /dev/null differ
diff --git a/public/layout/images/logo-dark.svg b/public/layout/images/logo-dark.svg
deleted file mode 100644
index 303ca85..0000000
--- a/public/layout/images/logo-dark.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/public/layout/images/logo-white.svg b/public/layout/images/logo-white.svg
deleted file mode 100644
index ed15e69..0000000
--- a/public/layout/images/logo-white.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/src/assets/layout/_topbar.scss b/src/assets/layout/_topbar.scss
index 4e9d0d5..9bc1fdb 100644
--- a/src/assets/layout/_topbar.scss
+++ b/src/assets/layout/_topbar.scss
@@ -24,8 +24,8 @@
width: 300px;
border-radius: 12px;
- img {
- height: 2.5rem;
+ svg {
+ width: 3rem;
margin-right: 0.5rem;
}
@@ -77,15 +77,19 @@
}
}
- .layout-topbar-menu {
- margin: 0 0 0 auto;
- padding: 0;
- list-style: none;
+ .layout-topbar-actions {
+ margin-left: auto;
display: flex;
+ gap: 1rem;
+ }
- .layout-topbar-button {
- margin-left: 1rem;
- }
+ .layout-topbar-menu {
+ gap: 1rem;
+ }
+
+ .layout-config-menu {
+ display: flex;
+ gap: 1rem;
}
}
@@ -96,6 +100,7 @@
.layout-topbar-logo {
width: auto;
order: 2;
+ margin-left: 1rem;
}
.layout-menu-button {
@@ -105,15 +110,18 @@
.layout-topbar-menu-button {
display: inline-flex;
- margin-left: 0;
+ order: 4;
+ }
+
+ .layout-topbar-actions {
order: 3;
}
.layout-topbar-menu {
- margin-left: 0;
position: absolute;
flex-direction: column;
background-color: var(--surface-overlay);
+ transform-origin: top;
box-shadow:
0px 3px 5px rgba(0, 0, 0, 0.02),
0px 0px 2px rgba(0, 0, 0, 0.05),
@@ -123,13 +131,6 @@
right: 2rem;
top: 5rem;
min-width: 15rem;
- display: none;
- -webkit-animation: scalein 0.15s linear;
- animation: scalein 0.15s linear;
-
- &.layout-topbar-menu-mobile-active {
- display: block;
- }
.layout-topbar-button {
margin-left: 0;
diff --git a/src/layout/AppTopbar.vue b/src/layout/AppTopbar.vue
index ac75668..ed2843f 100644
--- a/src/layout/AppTopbar.vue
+++ b/src/layout/AppTopbar.vue
@@ -1,109 +1,75 @@
-
- SAKAI
+
+
+ SAKAI
-