mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 12:08:41 +08:00
Flag order
This commit is contained in:
@@ -80,7 +80,7 @@ hr {
|
||||
.commentStream {
|
||||
/* prevent absolutely positioned final permalink popover from being clipped */
|
||||
padding-bottom: 50px;
|
||||
min-height: 500px;
|
||||
min-height: 600px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ const getPopupMenu = [
|
||||
return {
|
||||
header: lang.t('step-1-header'),
|
||||
options: [
|
||||
{val: 'USERS', text: lang.t('flag-username')},
|
||||
{val: 'COMMENTS', text: lang.t('flag-comment')}
|
||||
{val: 'COMMENTS', text: lang.t('flag-comment')},
|
||||
{val: 'USERS', text: lang.t('flag-username')}
|
||||
],
|
||||
button: lang.t('continue'),
|
||||
sets: 'itemType'
|
||||
|
||||
Reference in New Issue
Block a user