Removed unused CSS classes.

This commit is contained in:
rocketdebris 2025-12-20 15:25:49 -05:00
parent 056ee4a2ae
commit 572946087f

View file

@ -367,25 +367,6 @@ onMounted(() => {
gap: 20px;
}
.widget-card {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 20%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
border-radius: 12px;
display: flex;
justify-content: space-between;
transition:
transform 0.2s ease,
box-shadow 0.2s ease;
background-color: var(--theme-surface-alt);
}
.widget-card:hover {
/*transform: translateY(-2px);*/
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.widget-header {
display: flex;
align-items: center;