Files
ThreadNet-Web/packages/shared-components/src/status/StatusTextView.module.css
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
531 B
CSS
Raw Normal View History

/*
* Copyright 2026 Element Creations Ltd.
*
* SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
* Please see LICENSE files in the repository root for full details.
*/
.statusText {
display: inline-flex;
align-items: center;
gap: var(--cpd-space-1x);
span {
font: var(--cpd-font-body-md-medium);
color: var(--cpd-color-text-secondary);
}
.menuStatusText {
overflow: hidden;
min-width: 0;
text-overflow: ellipsis;
}
}