@rovela-ai/sdk 0.16.3 → 0.16.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4580,6 +4580,14 @@ a.rovela-admin-theme .admin-id:hover,
|
|
|
4580
4580
|
margin: 0 var(--admin-space-1-5);
|
|
4581
4581
|
}
|
|
4582
4582
|
|
|
4583
|
+
/* In the top bar the user menu is a normal flex child — the legacy
|
|
4584
|
+
.admin-user-menu rule floats it absolutely (top-right corner, from the
|
|
4585
|
+
pre-revamp layout), which made it overlay the View/Edit store buttons.
|
|
4586
|
+
The legacy rule stays for old stores; this scoped override neutralizes it. */
|
|
4587
|
+
.rovela-admin-theme .admin-topbar .admin-user-menu {
|
|
4588
|
+
position: static;
|
|
4589
|
+
}
|
|
4590
|
+
|
|
4583
4591
|
/* Compact account trigger in the top bar: avatar + chevron, ghost. */
|
|
4584
4592
|
.rovela-admin-theme .admin-topbar .admin-user-menu-btn {
|
|
4585
4593
|
background: transparent;
|