forked from e621ng/e621ng
Compare commits
2 Commits
a128837b1f
...
07020a6295
Author | SHA1 | Date | |
---|---|---|---|
![]() |
07020a6295 | ||
![]() |
094fb3d48b |
@ -389,6 +389,7 @@ nav.navigation, html.nav-toggled nav.navigation {
|
||||
background: unset;
|
||||
height: unset;
|
||||
padding-left: 0.25rem;
|
||||
overflow-y: unset;
|
||||
|
||||
li a {
|
||||
border-bottom: 0;
|
||||
@ -401,6 +402,7 @@ nav.navigation, html.nav-toggled nav.navigation {
|
||||
|
||||
padding: 0 0.25rem;
|
||||
border-radius: 0.25rem 0 0 0.25rem;
|
||||
overflow-y: unset;
|
||||
|
||||
overflow: hidden; // Silly fix for too many links
|
||||
z-index: 1; // above the avatar
|
||||
|
@ -16,6 +16,9 @@ CurrentUser.as_system do
|
||||
record_id = mod_action.values["record_id"].to_i
|
||||
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,
|
||||
user_id: mod_action.values["user_id"].to_i,
|
||||
|
Loading…
Reference in New Issue
Block a user