diff --git a/screenless/bureau/ihr/ihr.py b/screenless/bureau/ihr/ihr.py index 515c2ed..69f215b 100644 --- a/screenless/bureau/ihr/ihr.py +++ b/screenless/bureau/ihr/ihr.py @@ -51,7 +51,7 @@ class InhumanResources(Bureau): cmd = data["cmd"] cmdname = data["cmdname"] desc = data["desc"] - barcode = code128.svg(prefix + cmd + ".", thickness=1.5) + barcode = code128.svg(prefix + cmd + ".") except KeyError as e: print("cannot add invalid command:", str(e)) return diff --git a/screenless/bureau/ihr/menu.html b/screenless/bureau/ihr/menu.html index 1c13375..724ffbd 100644 --- a/screenless/bureau/ihr/menu.html +++ b/screenless/bureau/ihr/menu.html @@ -28,7 +28,7 @@ padding-bottom: 0.5em; } .cmdcol svg { - width: 300px; + width: 100%; } .cmddesc { margin-top: 0;