Update PuterAlert.js
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
jelveh
2026-05-24 17:03:34 -07:00
parent 101e0bc930
commit 0e2cce152d
@@ -96,7 +96,6 @@ class PuterAlert extends PuterWebComponent {
color: #666666;
border: 1px solid #b9b9b9;
background: linear-gradient(#f6f6f6, #e1e1e1);
box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
}
button:active {
background-color: #eeeeee;
@@ -141,7 +140,6 @@ class PuterAlert extends PuterWebComponent {
color: #666666;
border: 1px solid #b9b9b9;
background: linear-gradient(#f6f6f6, #e1e1e1);
box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
}
@media (max-width: 480px) {
.alert-body {