align instance tab accessories to right

This commit is contained in:
Shantur Rathore
2025-12-06 22:38:43 +00:00
parent 864d665049
commit 1fbf51b7ae
2 changed files with 37 additions and 20 deletions

View File

@@ -17,18 +17,32 @@
}
.tab-scroll {
@apply flex items-center gap-3 w-full;
@apply w-full;
overflow-x: auto;
}
.tab-strip {
@apply flex items-center gap-2 px-1;
min-width: 100%;
}
.tab-strip-tabs {
@apply flex items-center gap-1 flex-shrink-0;
}
.tab-strip-spacer {
@apply flex-1;
min-width: 1px;
}
.tab-shortcuts {
@apply flex items-center gap-2 flex-shrink-0;
}
.tab-remote-button {
@apply flex-shrink-0;
}
.tab-base {
@apply inline-flex items-center gap-2 px-3 py-2 rounded-t-md max-w-[200px] transition-colors text-sm font-medium;
font-family: var(--font-family-sans);