|
155 | 155 | transform: translateX(-50%); |
156 | 156 | z-index: 10; |
157 | 157 | display: none; |
158 | | - padding: 6px 16px; |
| 158 | + padding: 6px 14px; |
159 | 159 | border-radius: 6px; |
160 | 160 | background: rgba(0, 0, 0, 0.88); |
161 | 161 | border: 1px solid rgba(255, 255, 255, 0.18); |
162 | 162 | backdrop-filter: blur(12px); |
163 | 163 | -webkit-backdrop-filter: blur(12px); |
164 | 164 | color: #fff; |
165 | | - font-size: 15px; |
| 165 | + font-size: 13px; |
166 | 166 | font-weight: 600; |
167 | 167 | font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif; |
168 | 168 | white-space: nowrap; |
169 | 169 | pointer-events: none; |
170 | | - letter-spacing: 0.5px; |
| 170 | + letter-spacing: 0.3px; |
171 | 171 | box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.06); |
172 | 172 | } |
173 | 173 |
|
| 174 | +.responsive-dimension-label .responsive-dimension-device { |
| 175 | + color: rgba(255, 255, 255, 0.7); |
| 176 | + font-weight: 400; |
| 177 | +} |
| 178 | + |
| 179 | +.responsive-dimension-label .responsive-dimension-device i { |
| 180 | + margin-right: 5px; |
| 181 | + font-size: 11px; |
| 182 | + vertical-align: middle; |
| 183 | +} |
| 184 | + |
| 185 | +.responsive-dimension-label .responsive-dimension-name { |
| 186 | + vertical-align: middle; |
| 187 | +} |
| 188 | + |
| 189 | +.responsive-dimension-label .responsive-dimension-separator { |
| 190 | + color: rgba(255, 255, 255, 0.35); |
| 191 | + margin: 0 6px; |
| 192 | + font-weight: 400; |
| 193 | +} |
| 194 | + |
| 195 | +.responsive-dimension-label .responsive-dimension-size { |
| 196 | + color: #fff; |
| 197 | + font-weight: 600; |
| 198 | +} |
| 199 | + |
174 | 200 | .plugin-toolbar { |
175 | 201 | height: var(--toolbar-height); |
176 | 202 | color: #a0a0a0; |
|
321 | 347 | font-size: inherit; |
322 | 348 | } |
323 | 349 |
|
| 350 | +.device-size-item-icon-fit { |
| 351 | + font-size: 11px; |
| 352 | +} |
| 353 | + |
324 | 354 | .device-size-item-row { |
325 | 355 | display: flex; |
326 | 356 | justify-content: space-between; |
|
0 commit comments