mirror of https://github.com/zulip/zulip.git
stream settings: Make right panel title larger.
Also remove 'Settings for' from the start of the title. Fixes #19524.
This commit is contained in:
parent
66ad6a4583
commit
c16d041479
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue