more updates
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-20 19:40:01 +10:00
parent 916b0b5054
commit 2c3167a1a0
5 changed files with 240 additions and 29 deletions
-17
View File
@@ -364,15 +364,6 @@ body {
transform: none;
}
.web2-button-group {
display: flex;
flex-wrap: wrap;
}
.web2-button-group .web2-button {
margin: 0 0.5rem 0.5rem 0;
}
.web3-button {
background: var(--theme_surface_primary);
color: var(--theme_text_primary);
@@ -418,14 +409,6 @@ body {
box-shadow: var(--theme_shadow_table_inset);
}
.web2-list li {
background: var(--theme_surface_primary);
border: 1px solid var(--theme_border);
border-radius: var(--theme_radius_card);
padding: 0.75rem 1rem;
box-shadow: var(--theme_shadow_card);
}
.web2-table {
width: 100%;
border-collapse: collapse;