Channels list UI
This commit is contained in:
parent
19264fb915
commit
501e958c4b
@ -15,6 +15,8 @@ $small-view: 800px;
|
||||
*/
|
||||
.peertube-plugin-livechat-configuration {
|
||||
h1 {
|
||||
padding-top: 40px;
|
||||
|
||||
/* See Peertube sub-menu-h1 mixin */
|
||||
font-size: 1.3rem;
|
||||
border-bottom: 2px solid $grey-background-color;
|
||||
|
@ -44,7 +44,7 @@ async function renderConfigurationHome (registerClientOptions: RegisterClientOpt
|
||||
<div class="margin-content peertube-plugin-livechat-configuration peertube-plugin-livechat-configuration-home">
|
||||
<h1>{{title}}</h1>
|
||||
<p>{{description}}</p>
|
||||
<h2>{{please_select}}</h2>
|
||||
<p>{{please_select}}</p>
|
||||
<ul class="peertube-plugin-livechat-configuration-home-channels">
|
||||
{{#channels}}
|
||||
<li>
|
||||
|
Loading…
Reference in New Issue
Block a user