CSS follow up fixes

This commit is contained in:
Alex Janousek
2025-11-12 11:31:52 -05:00
parent df9036c9e2
commit 5752906984
6 changed files with 90 additions and 67 deletions

View File

@@ -30,6 +30,11 @@
}
}
.browse-list + .js-stick-at-bottom-when-scrolling .usa-button {
width: auto;
white-space: nowrap;
}
.usa-button img {
margin-left: 0.5rem;
height: 1rem;

View File

@@ -135,7 +135,7 @@
}
.template-list-item {
padding: units(1) 0;
padding: units(1) units(3);
&:empty {
display: none;
@@ -147,13 +147,11 @@
&:hover {
background-color: color('gray-cool-5');
padding-left: units(1);
margin-left: units(-1);
padding-right: units(1);
margin-right: units(-1);
}
padding-left: units(3);
}
}
li.template-list-item.margin-bottom-2 {
margin-bottom: units(1);
}