Skip to content

Commit

Permalink
fix: make flag popup wider
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jun 24, 2024
1 parent 997745e commit c5d31d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AdvancedFlagging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Store, Cached } from './UserscriptTools/Store';
function setupStyles(): void {
GM_addStyle(`
#popup-flag-post {
max-width: 680px !important;
max-width: 700px !important;
}
.advanced-flagging-popover {
Expand Down

0 comments on commit c5d31d4

Please sign in to comment.