toast close button padding

This commit is contained in:
RossAscends
2025-05-23 17:39:34 +09:00
parent be54ef3dac
commit 640d9020f9

View File

@@ -3970,7 +3970,8 @@ body #toast-container .toast-warning {
}
button.toast-close-button {
padding-right: 3px
padding-right: 5px;
padding-top: 3px;
}
#dialogue_del_mes {
@@ -6148,4 +6149,4 @@ body:not(.movingUI) .drawer-content.maximized {
.info-block.error {
border-color: var(--error-color, #e87f7f);
background-color: rgba(241, 163, 163, 0.2);
}
}