File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Spixi/Resources/Raw/html/css Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments