diff --git a/static/nryg.less b/static/nryg.less index eb2395d0..49f7f6de 100644 --- a/static/nryg.less +++ b/static/nryg.less @@ -213,6 +213,25 @@ table { } } +ul { + list-style: none; + + li { + &::before { + content: "•"; + display: inline-block; + width: 1em; + margin-left: -1em; + } + + &.admin { + &::before { + color: #ffff00; + } + } + } +} + .omnicontainer { width: 380px; margin-left: auto; @@ -731,6 +750,7 @@ table { .fiorygi { grid-column: 2; + text-align: center; } .fiorygi.game-score { @@ -962,23 +982,4 @@ table { #edit-css { font-size: medium; -} - -#members-list { - list-style: none; - - li { - &::before { - content: "•"; - display: inline-block; - width: 1em; - margin-left: -1em; - } - - &.admin { - &::before { - color: #ffff00; - } - } - } } \ No newline at end of file diff --git a/template_config.ini b/template_config.ini index 4406f055..d7e21bf0 100644 --- a/template_config.ini +++ b/template_config.ini @@ -25,12 +25,16 @@ radio_messages_enabled = False radio_messages_every = 5 # Command prefix command_prefix = ! +# Discord invite link +invite_link = [Telegram] # Telegram bot token, obtainable at https://t.me/BotFather bot_token = # Telegram main group id, where errors should be reported main_group = +# Telegram invite link +invite_link = [Flask] # Secret key, used to encrypt cookies diff --git a/templates/components/memberbox.html b/templates/components/memberbox.html index 8088db4d..26f047a8 100644 --- a/templates/components/memberbox.html +++ b/templates/components/memberbox.html @@ -1,11 +1,11 @@ -
+
Membri