This commit is contained in:
2025-09-22 15:10:24 +02:00
parent ce56e9e57d
commit 31db52d0d7
3 changed files with 7 additions and 7 deletions

View File

@@ -93,7 +93,7 @@
width: 100%;
background: var(--light-card-background);
padding: 0 !important;
padding-bottom: .5rem !;
padding-bottom: .5rem !important;
border-radius: 16px;
margin-bottom: 0 !important;
}

View File

@@ -7,7 +7,7 @@
line-height: normal;
border-left: 5px solid var(--card-border-color);
background-color: hsl(from var(--card-border-color) h s 98%);
background-color: hsl(from var(--card-border-color) h s 99%);
}
.activity-left-section {