Add arrow in the right side of list page section buttons

This makes it more obvious that you can click this to view a different
area.
This commit is contained in:
2025-08-27 11:38:29 -05:00
parent 22e7ad4b77
commit 4bc8184593
2 changed files with 28 additions and 9 deletions

View File

@@ -611,6 +611,9 @@ body {
color: var(--text-1);
border-radius: 12px;
padding: 1px 25px;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.section:hover {
@@ -634,6 +637,16 @@ body {
margin-bottom: 5px;
}
.section-arrow {
margin-block: auto;
max-height: fit-content;
float: right;
}
.section-arrow > .icon {
height: 48px;
width: 48px;
}
/* }}} */