update css

This commit is contained in:
murmur 2024-12-17 23:37:47 +08:00
parent d3f58b4768
commit 2648b551b7

View File

@ -19,8 +19,7 @@ R"(<!DOCTYPE html>
background: white; background: white;
padding: 20px; padding: 20px;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1); box-shadow: 0 2px 4px #555;
width: 100%;
max-width: 600px; max-width: 600px;
margin: 0 auto; margin: 0 auto;
} }
@ -170,11 +169,6 @@ R"(<!DOCTYPE html>
background-color: #fff; background-color: #fff;
} }
.status-item.full-width {
flex-basis: 100%;
min-width: 100%;
}
.status-item h3 { .status-item h3 {
margin: 0 0 10px 0; margin: 0 0 10px 0;
color: #333; color: #333;