fix: Improve current board context indication

This commit is contained in:
Maksim Eltyshev
2025-07-23 17:59:57 +02:00
parent d40b4d3224
commit 5beafca07e
3 changed files with 36 additions and 2 deletions
@@ -31,6 +31,18 @@
height: 46px;
}
.contextTitle {
background: rgba(0, 0, 0, 0.08);
border-radius: 3px;
color: #fff;
line-height: 34px;
padding: 2px 14px;
}
.contextTitleIcon {
margin-right: 8px;
}
.wrapper {
overflow-x: auto;
overflow-y: hidden;