mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[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:
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
Block a user