pl,pr,plr

This commit is contained in:
yoy 2025-10-17 15:06:50 +02:00
parent 8ea10c2901
commit b824e98d1c
119 changed files with 191 additions and 211 deletions

View file

@ -30,7 +30,7 @@ export class DialogHeaderBar implements Component<DialogHeaderBarAttrs> {
)
let columnClass = a.middle ? ".flex-third.overflow-hidden" : ".flex-half.overflow-hidden"
return m(
".dialog-header.plr-l.flex-space-between.dialog-header-line-height",
".dialog-header.plr-24.flex-space-between.dialog-header-line-height",
{
oncreate: ({ dom }) => {
if (a.create) a.create(dom as HTMLElement)