feat(platform): separate customer and ops navigation
This commit is contained in:
@@ -88,6 +88,20 @@ body {
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.vp-nav-section-title-main {
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.vp-nav-section-title-main > span:first-child {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.vp-nav-section-title small {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 10px;
|
||||
|
||||
Reference in New Issue
Block a user