left_sidebar: Improve text selection for topic text.

Fixes: #34959.

Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>
This commit is contained in:
apoorvapendse
2025-06-24 21:41:52 +05:30
committed by Tim Abbott
parent 622a125ce4
commit 4288734030
3 changed files with 10 additions and 1 deletions

View File

@@ -1654,6 +1654,10 @@ li.active-sub-filter {
}
}
.topic-box {
user-select: text;
}
.searching-for-more-topics {
margin-left: var(--left-sidebar-toggle-width-offset);
height: var(--line-height-sidebar-row-prominent);