mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: smaller modal headings, shorter flag mdoal title (#28278)
This commit is contained in:
parent
0d289a5690
commit
0c0f9e4a0d
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -4096,7 +4096,7 @@ en:
|
|||||||
colors_disabled: "You can’t select colors because you have a category style of none."
|
colors_disabled: "You can’t 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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user