forked from e621ng/e621ng
Merge branch 'master' into master2
This commit is contained in:
commit
f705938b8d
@ -389,6 +389,7 @@ nav.navigation, html.nav-toggled nav.navigation {
|
|||||||
background: unset;
|
background: unset;
|
||||||
height: unset;
|
height: unset;
|
||||||
padding-left: 0.25rem;
|
padding-left: 0.25rem;
|
||||||
|
overflow-y: unset;
|
||||||
|
|
||||||
li a {
|
li a {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@ -401,6 +402,7 @@ nav.navigation, html.nav-toggled nav.navigation {
|
|||||||
|
|
||||||
padding: 0 0.25rem;
|
padding: 0 0.25rem;
|
||||||
border-radius: 0.25rem 0 0 0.25rem;
|
border-radius: 0.25rem 0 0 0.25rem;
|
||||||
|
overflow-y: unset;
|
||||||
|
|
||||||
overflow: hidden; // Silly fix for too many links
|
overflow: hidden; // Silly fix for too many links
|
||||||
z-index: 1; // above the avatar
|
z-index: 1; // above the avatar
|
||||||
|
@ -16,6 +16,9 @@ CurrentUser.as_system do
|
|||||||
record_id = mod_action.values["record_id"].to_i
|
record_id = mod_action.values["record_id"].to_i
|
||||||
destroyed_feedback_ids << record_id
|
destroyed_feedback_ids << record_id
|
||||||
|
|
||||||
|
# old mod actions do not contain the necessary information. we skip them.
|
||||||
|
next if mod_action.values["type"].nil? || mod_action.values["reason"].nil?
|
||||||
|
|
||||||
{
|
{
|
||||||
id: record_id,
|
id: record_id,
|
||||||
user_id: mod_action.values["user_id"].to_i,
|
user_id: mod_action.values["user_id"].to_i,
|
||||||
|
Loading…
Reference in New Issue
Block a user