Fix offset of toast in popups

2a7a8cab11bd49facda59f6fbc3a7af431e297dc

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/style.css+2 -2
@@ -3940,7 +3940,7 @@ grammarly-extension {
39403940
39413941
3942/* Override toastr default styles */3942/* Override toastr default styles */
3943body #toast-container {3943body>#toast-container {
3944 margin-top: var(--topBarBlockSize);3944 margin-top: var(--topBarBlockSize);
3945}3945}
39463946
@@ -6149,4 +6149,4 @@ body:not(.movingUI) .drawer-content.maximized {
6149.info-block.error {6149.info-block.error {
6150 border-color: var(--error-color, #e87f7f);6150 border-color: var(--error-color, #e87f7f);
6151 background-color: rgba(241, 163, 163, 0.2);6151 background-color: rgba(241, 163, 163, 0.2);
6152}
6152 \ No newline at end of file \ No newline at end of file
6152}