File tree Expand file tree Collapse file tree 1 file changed +13
-18
lines changed
Expand file tree Collapse file tree 1 file changed +13
-18
lines changed Original file line number Diff line number Diff line change 138138 /* Mobile optimizations */
139139 @media (max-width : 768px ) {
140140 .header {
141- padding : 8px 15px ;
142- flex-wrap : wrap;
143- gap : 10px ;
141+ padding : 6px 15px ;
142+ min-height : auto;
144143 }
145144
146145 .title {
147- font-size : 14px ;
148- order : 1 ;
149- width : 100% ;
150- text-align : center;
146+ font-size : 12px ;
147+ flex : 1 ;
148+ text-align : left;
151149 }
152150
153151 .user-info {
154- order : 2 ;
155- width : 100% ;
156- justify-content : space-between;
157- gap : 10px ;
152+ gap : 8px ;
153+ flex-shrink : 0 ;
158154 }
159155
160156 .nickname-input {
161- flex : 1 ;
162- min-width : 0 ;
163- padding : 4px 8px ;
164- font-size : 12px ;
157+ width : 80px ;
158+ padding : 3px 6px ;
159+ font-size : 11px ;
165160 }
166161
167162 .status-group {
168163 align-items : flex-end;
169- gap : 2 px ;
164+ gap : 1 px ;
170165 }
171166
172167 .status {
173- font-size : 10 px ;
168+ font-size : 9 px ;
174169 }
175170
176171 .node-count {
177- font-size : 9 px ;
172+ font-size : 8 px ;
178173 }
179174
180175 .chat-container {
You can’t perform that action at this time.
0 commit comments