Fix UI for kanban as well #1831

This commit is contained in:
DianaXWiki 2025-04-22 10:54:53 +03:00 committed by yflory
parent 56a408ea99
commit 21b722e3dd

View File

@ -71,7 +71,6 @@
background-color: @cp_toolbar-bg;
color: @cp_toolbar-fg;
display: none;
margin-left: 0.3rem;
button {
height: @toolbar_line-height !important;
outline: 0;
@ -86,6 +85,14 @@
outline: @variables_focus_style;
}
}
button:nth-of-type(1) {
margin-left: 0.3rem;
}
@media screen and (max-width: @browser_media-medium-screen) {
button:nth-of-type(1) {
margin-left: 0;
}
}
}
.cp-toolbar-container {