UX: selected indicator more topics spacing (#23696)

* UX: selected indicator more topics spacing

In relation to the selected indicator, this PR addresses a vertical and horizontal issue with the indicator touching the table header and its left alignment to be more consistent with the regular topic list feed.

* UX: border for pill navigation on mobile

Makes UI more consistent desktop -> mobile, by adding a border to the bottom of the Suggested/Related.
This commit is contained in:
Ty Correll 2023-09-27 18:23:30 -05:00 committed by GitHub
parent d8883fac8a
commit 76e5a939d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -35,11 +35,13 @@
}
}
.topic-list .topic-list-data:first-of-type {
padding-left: 5px;
}
.more-topics__list {
.topic-list-header:after {
content: "";
display: block;
height: 10px;
}
.topic-list-body {
border-top: none;

View File

@ -1,6 +1,7 @@
.more-topics__container {
.nav {
margin-block: 0.5em 1em;
border-bottom: 1px solid var(--primary-low);
}
.more-content-topics {