Skip to content

Commit fb0653b

Browse files
committed
updated dark css
1 parent f485754 commit fb0653b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Spixi/Resources/Raw/html/css/spixiui-dark.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4842,12 +4842,15 @@ img.emoji {
48424842
}
48434843

48444844
.spixi-contact-details-header-user {
4845+
width: 100%;
4846+
max-width: 556px;
48454847
display: flex;
48464848
flex-direction: column;
48474849
align-items: center;
48484850
gap: 16px;
48494851
position: relative;
48504852
color: var(--colors-text-01);
4853+
overflow: hidden;
48514854
}
48524855

48534856
.spixi-contact-details-username {
@@ -4862,10 +4865,18 @@ img.emoji {
48624865
}
48634866
}
48644867

4868+
.spixi-contact-details-username #nickname{
4869+
max-width: 280px;
4870+
overflow: hidden;
4871+
text-overflow: ellipsis;
4872+
white-space: nowrap;
4873+
}
4874+
48654875
.spixi-contact-details-header-actions {
48664876
display: flex;
48674877
gap: 68px;
48684878
width: 100%;
4879+
max-width: 556px;
48694880
flex-wrap: wrap;
48704881
justify-content: center;
48714882
color: var(--colors-text-01);

0 commit comments

Comments
 (0)