move_modals: Better structure and style stream/topic references.

This commit is contained in:
Karl Stolley
2024-12-18 17:11:20 -06:00
committed by Tim Abbott
parent af209822a4
commit 42f210ee26
3 changed files with 42 additions and 12 deletions

View File

@@ -57,6 +57,19 @@
}
}
.modal__title:has(.stream-or-topic-reference) {
/* Reduce the font weight of headings that
include stream or topic references (e.g.,
topic move/rename modals). */
font-weight: 450;
.stream-or-topic-reference {
/* Make the stream or topic references
more prominent. */
font-weight: 600;
}
}
.user-profile-name-heading {
max-width: 80%;
display: flex;