mirror of
https://github.com/wassname/talk.git
synced 2026-07-08 16:49:07 +08:00
Merge branch 'master' into error-notifications
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
transition: background 200ms, box-shadow 200ms, margin-bottom 200ms;
|
||||
padding: 10px 0 0;
|
||||
padding: 10px 0 10px;
|
||||
min-height: 220px;
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -57,7 +57,7 @@ class Settings extends React.Component {
|
||||
<Configuration
|
||||
checked={premodLinksEnable}
|
||||
title={t('configure.enable_premod_links')}
|
||||
description={t('configure.enable_premod_description')}
|
||||
description={t('configure.enable_premod_links_description')}
|
||||
onCheckbox={onTogglePremodLinks}
|
||||
/>
|
||||
<Configuration
|
||||
|
||||
Reference in New Issue
Block a user