Merge pull request #1886 from paperless-ngx/1.9.2-ui-tweaks

Feature: 1.9.2 UI tweaks
This commit is contained in:
shamoon
2022-10-31 12:42:13 -07:00
committed by GitHub
15 changed files with 139 additions and 25 deletions

View File

@@ -587,7 +587,7 @@ a.badge {
border-radius: 0.15rem;
}
> .btn:not(:first-child) {
> .btn:not(:first-child):not(:nth-child(2)) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}