[Glitch] Only remove padding when listing applications

Port cf4992c918 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Connor Shea 2022-11-10 18:55:20 -07:00 committed by Claire
parent 0071582c6d
commit d525ae4bdd
1 changed files with 8 additions and 1 deletions

View File

@ -1060,11 +1060,18 @@ code {
&:last-child {
border-bottom: 0;
padding-bottom: 0;
}
}
}
// Only remove padding when listing applications, to prevent styling issues on
// the Authorization page.
.applications-list {
.permissions-list__item:last-child {
padding-bottom: 0;
}
}
.keywords-table {
thead {
th {