forked from treehouse/mastodon
[Glitch] Only remove padding when listing applications
Port cf4992c918
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
main^2
parent
0071582c6d
commit
d525ae4bdd
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue