stream settings: Make right panel title larger.

Also remove 'Settings for' from the start of the title.

Fixes #19524.
This commit is contained in:
Palash Raghuwanshi 2021-08-31 13:02:25 +05:30 committed by Tim Abbott
parent 66ad6a4583
commit c16d041479
2 changed files with 2 additions and 4 deletions

View File

@ -46,9 +46,7 @@ export const show_subs_pane = {
settings(stream_name) {
$(".settings, #stream-creation").hide();
$(".settings").show();
$("#subscription_overlay .stream-info-title").text(
$t({defaultMessage: "Settings for #{stream_name}"}, {stream_name}),
);
$("#subscription_overlay .stream-info-title").text("#" + stream_name);
},
create_stream() {
$(".nothing-selected, .settings, #stream-creation").hide();

View File

@ -505,7 +505,7 @@
.stream-info-title {
display: none;
font-size: 1em;
font-size: 1.5em;
line-height: 1;
margin: 9px 0;
font-weight: 600;