style: remove hyphens from compound adjectives in comments and messages
Remove hyphens from compound adjectives such as "logged-in", "one-time", "password-protected", "full-height", "multi-file", and "S3-compatible" in comments, test error messages, and UI labels to improve readability and consistency.
This commit is contained in:
@@ -1285,7 +1285,7 @@ html.reaction-picker-open body {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
/* Retro (Win98) icons are tiny pixel art — keep them crisp and swap them in
|
||||
/* Retro (Win98) icons are tiny pixel art. Keep them crisp and swap them in
|
||||
only when the retro theme is active. */
|
||||
.file-icon-retro {
|
||||
display: none;
|
||||
@@ -1318,7 +1318,7 @@ html.reaction-picker-open body {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.file-type,
|
||||
.file type,
|
||||
.file-size {
|
||||
overflow: hidden;
|
||||
color: var(--muted-foreground);
|
||||
@@ -1401,7 +1401,7 @@ html.reaction-picker-open body {
|
||||
padding-top: 0.25rem;
|
||||
}
|
||||
|
||||
.file-browser.is-thumbs .file-type,
|
||||
.file-browser.is-thumbs .file type,
|
||||
.file-browser.is-thumbs .file-size {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user