mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
UX: DMenu fixes (#28551)
This commit is contained in:
parent
5eea7244c7
commit
2664300a12
@ -290,15 +290,20 @@ body:not(.archetype-private_message) {
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
padding-inline: 1rem;
|
||||
padding-bottom: 0.5em;
|
||||
font-size: var(--font-up-1);
|
||||
border-bottom: 1px solid var(--primary-low);
|
||||
}
|
||||
&.topic-map__likes-content,
|
||||
&.topic-map__links-content,
|
||||
&.topic-map__users-content,
|
||||
&.topic-map__views-content {
|
||||
h3 {
|
||||
padding-inline: 1rem;
|
||||
padding-bottom: 0.5em;
|
||||
font-size: var(--font-up-1);
|
||||
border-bottom: 1px solid var(--primary-low);
|
||||
}
|
||||
|
||||
.loading-container {
|
||||
width: 100%;
|
||||
.loading-container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&.topic-map__likes-content,
|
||||
|
@ -54,6 +54,7 @@
|
||||
border: 1px solid var(--primary-low);
|
||||
box-shadow: var(--shadow-menu-panel);
|
||||
overscroll-behavior: contain;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user