UX: smaller modal headings, shorter flag mdoal title (#28278)

This commit is contained in:
Kris 2024-08-08 12:18:20 -04:00 committed by GitHub
parent 0d289a5690
commit 0c0f9e4a0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 6 deletions

View File

@ -40,6 +40,7 @@
.modal-close { .modal-close {
margin-left: auto; margin-left: auto;
align-self: start;
.d-icon { .d-icon {
font-size: var(--font-up-2); font-size: var(--font-up-2);
color: var(--primary-high); color: var(--primary-high);
@ -54,6 +55,11 @@
} }
} }
&__title-text {
font-size: var(--font-up-3);
line-height: var(--line-height-medium);
}
&__title-text, &__title-text,
&__subtitle-text { &__subtitle-text {
margin: 0; margin: 0;

View File

@ -224,10 +224,6 @@
} }
.d-modal.topic-bulk-actions-modal { .d-modal.topic-bulk-actions-modal {
.d-modal__title-text {
font-size: var(--font-up-2);
}
.d-modal { .d-modal {
&__container { &__container {
display: flex; display: flex;

View File

@ -4096,7 +4096,7 @@ en:
colors_disabled: "You cant select colors because you have a category style of none." colors_disabled: "You cant select colors because you have a category style of none."
flagging: flagging:
title: "Thanks for helping to keep our community civil!" title: "Thanks for keeping our community civil!"
action: "Flag Post" action: "Flag Post"
take_action: "Take Action…" take_action: "Take Action…"
take_action_options: take_action_options:
@ -4154,7 +4154,7 @@ en:
other: "%{count} remaining" other: "%{count} remaining"
flagging_topic: flagging_topic:
title: "Thanks for helping to keep our community civil!" title: "Thanks for keeping our community civil!"
action: "Flag Topic" action: "Flag Topic"
notify_action: "Message" notify_action: "Message"