Files
RolemasterDB/src/RolemasterDb.App/Components/Shell/ShellOmniboxTrigger.razor.css

25 lines
594 B
CSS

.shell-omnibox-trigger {
width: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-start;
min-width: 0;
max-width: 100%;
min-height: 2.75rem;
padding: 0.65rem 0.9rem;
border: 1px solid var(--border-default);
border-radius: 999px;
background: color-mix(in srgb, var(--surface-2) 84%, transparent);
color: var(--text-secondary);
box-sizing: border-box;
}
.shell-omnibox-trigger-label {
display: block;
min-width: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}