fix(#460): add padding below settings sections and remove redundant m… (#461)

This commit is contained in:
Daniel Graf
2025-11-10 12:57:31 +01:00
committed by GitHub
parent a919be80ab
commit 9c1579ee87
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ fetch_contributors() {
select(.login != "dependabot[bot]") |
select(.login != "github-actions[bot]") |
select(.login != "weblate") |
select(.login != "aider-chat-bot") |
select(.login != "dgraf-gh") |
{
name: (.name // .login),

View File

@@ -1174,6 +1174,7 @@ body.auto-update-mode .datepicker-toggle-btn {
flex: 1;
overflow-y: auto;
font-family: initial;
padding-bottom: 24px;
}
.settings-page .settings-section {
@@ -1694,7 +1695,6 @@ button:disabled {
.home-location-map {
height: 300px;
width: 100%;
border: 1px solid #ddd;
border-radius: 4px;
margin-top: 10px;