novastream / Modern-Theme

A modern theme for EspoCRM
MIT License
17 stars 1 forks source link

Design problem, I need some help #10

Open ChrisSka opened 1 month ago

ChrisSka commented 1 month ago

I have a design problem with the status display in the Kanban view and in the detail view. I can't get any further somehow. I can't get rid of these white gaps and I don't know exactly where to look for them.

Kanban view: image

and this is what it should actually look like: (detailed view) image

novastream commented 1 month ago

Hi Chris!

This is a known issue and just haven't had the time to fix it just yet. I will try to get it fixed this weekend :)

ChrisSka commented 1 month ago

Hy, did you have time to find a solution?

novastream commented 1 month ago

Hi, sorry for the delay. Should be fixed now in the latest commit :)

ChrisSka commented 1 month ago

Hmmm... somehow that has no effect on me at all. Nothing changes at all.

What's strange is that it looks different for the entities. Sometimes a small field is white, then sometimes larger.

image

image

Here I have 2 different white fields: image

novastream commented 1 month ago

Yeah, found out it only worked in my older dev version. Will take another go at this.

novastream commented 2 weeks ago

So the markup has changed and the arrows has been removed in the original themes so I've also removed them from this theme and raised the minimum espo version in the manifest. May look into the arrow styling (if possible without altering the markup) in the feature.

ChrisSka commented 2 weeks ago

This is a shame, as the standard EspoCRM simply looks boring.

The only thing that irritates me is that it works in the detail view and unfortunately not in the Kanban view. I'll have to have a look at it from the extension, as it is displayed in the detail view from an extension.

novastream commented 2 weeks ago

Agreed, the "previous" class got removed from the elements so I can't use the default css to creates the arrows. I'm sure it's possible to style them in another way but it will take some time. I'll look into it but thought I'd remove it all together first. I'll keep this issue open.

ChrisSka commented 2 weeks ago

image

I've already made a little progress, so that the arrows are at least getting closer ;-) But not perfect yet, unfortunately....

novastream commented 2 weeks ago

Looking good, think you have to utilize :after selectors or negative positioning to get the colors to overlap

ChrisSka commented 1 week ago

Hy, I have now decided to change it to the EspoCRM standard after all, i.e. without these arrows. Maybe the arrows will come back at some point.