Skip to content

Commit

Permalink
fix: response manager overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akira02 committed Apr 19, 2024
1 parent b291884 commit 3d7c86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TokynoSora.css
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ body,
border-radius: 7px;
background: var(--plurk-bg-color);
border-color: transparent;
overflow: hidden;
}
.response-manager .edit:hover,
.response-manager .mention:hover,
Expand All @@ -399,6 +398,7 @@ body,
.response-manager .mention.popview-targeting,
.response-manager .option.popview-targeting {
background: var(--theme-main-color);
border-radius: 7px;
}
/*未讀噗邊框*/
.new .plurk_cnt {
Expand Down

0 comments on commit 3d7c86a

Please sign in to comment.