UX: DMenu fixes (#28551)

This commit is contained in:
chapoi 2024-08-26 17:06:45 +02:00 committed by GitHub
parent 5eea7244c7
commit 2664300a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 14 additions and 8 deletions

View File

@ -290,6 +290,10 @@ body:not(.archetype-private_message) {
}
}
&.topic-map__likes-content,
&.topic-map__links-content,
&.topic-map__users-content,
&.topic-map__views-content {
h3 {
padding-inline: 1rem;
padding-bottom: 0.5em;
@ -300,6 +304,7 @@ body:not(.archetype-private_message) {
.loading-container {
width: 100%;
}
}
&.topic-map__likes-content,
&.topic-map__links-content {

View File

@ -54,6 +54,7 @@
border: 1px solid var(--primary-low);
box-shadow: var(--shadow-menu-panel);
overscroll-behavior: contain;
overflow: auto;
}
.arrow {