wingpanel-indicator-datetime icon indicating copy to clipboard operation
wingpanel-indicator-datetime copied to clipboard

Popover is too wide

Open JoseExposito opened this issue 4 years ago • 3 comments
trafficstars

What Happened

The calendar popover is too wide. I'm not sure if this is the intended behaviour or ~~if it is a side effect of the sound indicator showing devices long name. See https://github.com/elementary/wingpanel-indicator-sound/issues/190~~

calendar

Expected Behavior

If the change was unintentional, I'd expect it to look like it looked before.

Platform Information

elementary OS 6


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

JoseExposito avatar Apr 08 '21 16:04 JoseExposito

Maybe an effect of recent changes to stylesheet? e.g. 30656a5af9c7ba3a5430c3f5e3dea719f65fd88d

jeremypw avatar Apr 09 '21 09:04 jeremypw

I think you are right @jeremypw

JoseExposito avatar Apr 11 '21 08:04 JoseExposito

This is actually due to adding margins to .h4 labels in the system stylesheet. Could work around this in a few ways:

  • Use custom CSS instead of h4
  • add custom CSS to remove the margin from h4
  • change the system stylesheet in some way
  • set bold in Pango and use dim-label instead of h4

danirabbit avatar Apr 12 '21 22:04 danirabbit