Homepage - Lines/border around widgets
I would like lines around the widgets as I find it confusing to see where each one starts and finishes. When I use the edit homepage option the lines are good.
Hi team, thanks for feeding back on my last update, it's good to hear how the contrasting has or hasn't helped solve needs for differing users.
We appreciate further context of your needs here and want you to know this is something our team have still been looking into.
We now have a piece of work underway that when released will show borders around widgets on the homepage 🙂 Though I can't give timeframes for this as yet, I'll keep you looped in on further updates for this here.
-
Mel Cleave
commented
The screen looks very busy and is without definition.
Frames around each Widget would help to define each one.
It's very white on white. -
Andrew G
commented
Perhaps useful for the technical minded and/or Xero devs...
I've added lines around the widgets myself. You can use add-ons for your browser (if you know technically what you're doing) to override the style for Xero itself.
If you know how to do this, and want to do this as a temporary work-around, you can use the following CSS - this will fix the number of columns to 3 no matter the screen size, and will add a border around the widgets.
.dashboard-template-beta-grid { grid-template-columns: repeat(3, 1fr) !important; }
.dashboard-template-beta-widget { width: auto !important; height: auto !important; }
.dashboard-template-beta-widget--contents { height: auto !important; border: 1px solid #c0c0c0; }I've made a raft of style changes myself to the new homepage using browser add-ons to override Xero's own style - temporary workaround until they fix everything.
-
Laurie Davala
commented
The new home page format just seems to have a bunch of numbers and words all jumbled together. At the very least, please add borders around each account and/or section. I much prefer the old format.
-
Vicky Crosby
commented
I don't mind the new home screen, but could the separate items have a box around them to separate the views for easier reading, it all blurs into one when your looking at numbers.