mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-27 03:42:34 +00:00
Update PuterDialog.js
This commit is contained in:
@@ -330,6 +330,10 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b
|
||||
margin:0 !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
dialog .buttons{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
.error-container h1 {
|
||||
color: #e74c3c;
|
||||
@@ -413,10 +417,6 @@ class PuterDialog extends (globalThis.HTMLElement || Object) { // It will fall b
|
||||
.error-container h1 {
|
||||
color: #ff7466;
|
||||
}
|
||||
|
||||
dialog .buttons{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
</style>`;
|
||||
// Error message for unsupported protocol
|
||||
|
||||
Reference in New Issue
Block a user