Toxblh/MTMR

network plugin: broken layout after upgrading to Big Sur

shalak opened this issue · 2 comments

After I updated my OS to Big Sur, the network plugin has some padding issues:

Here's how it looks like right now:
image

It's configured as folllowing:

  {
    "type": "network",
    "flip": true,
    "align": "right",
    "width": 90
  }

try to set "bordered" to false

    "type": "network",
    "flip": true,
    "align": "right",
    "width": 90,
    "bordered": false

image

Yep, that did the trick! Thank you!

What now? Should I close this issue?