Customizer icon indicating copy to clipboard operation
Customizer copied to clipboard

Blue theme board view left margin for columns issue

Open cjohnsonuk opened this issue 1 year ago • 3 comments

In Kanboard 1.2.37 (and 1.2.36) in plugin Customizer 1.14.2 In board view When using Blueboard theme The project columns are vertically aligned with the left edge of the

search box giving a large left margin that is the width of class="dropdown-component" and class="views-switcher-component" If you have additional plugins like bigboard, calendar and gant the views-switcher-component can be quite wide pushing the board columns right across the page to the right

In previous versions of kanboard the board columns were wrapped underneath the views-switcher-component against the left margin

If you change the page zoom to 50% or less the search box and board columns move back to the left hand margin.

All the other themes seem to work OK with the board view

image

cjohnsonuk avatar Jun 12 '24 11:06 cjohnsonuk

Only the Blue Theme?

I'll investigate, but I will note my lack of ability with css.

Customizer is really not a theme, but a tool for themes, and the included css themes, they were created by others for the most part.

creecros avatar Jun 12 '24 11:06 creecros

Thanks. I posted here because I, also, have limited css skills .... However... in inspector I changed a setting from light.min.css : I changed

.project-header {
    margin-bottom: 8px;
}

to

.project-header {
    margin-bottom: 12px;
}

and it works now so instead of making the change in light.min.css I added it to the 'Custom stylesheet settings' in on the 'application settings' page of 'settings' menu so that its persistent even it light.min.css gets replaced in an update

cjohnsonuk avatar Jun 12 '24 13:06 cjohnsonuk

If we add it to the blue theme css it should be a solve. When I get a chance.

creecros avatar Jun 12 '24 14:06 creecros