About the CSS Customisation category

And regarding the “more” - I’m afraid, there is no quick fix for that.

At the same time, please note that if you start typing in the command search field, there will be even more commands than you see in the menu, so you can access commands hidden under “more” just by typing their text.

Kind regards,
KIR

Hi KIR,

It’s working 100%, many thanks for your help.

1 Like

Hi KIR,

Moreover, it’s even better if the MORE button cannot be modified, as I can handle it with keyboard shortcuts the way I want. Thanks for help.

1 Like

Hi,

Please, how can I increase size of these windows:

import

export

tags (shortcut: tt)

Hello @christianhodek ,

Please use

.importBoxes {
  width: 460px;
}
#exportForm {
  width: 460px;
}
.tagsPopup {
  min-width: 270px;
}

(so far beta only)

Kind regards,
KIR

1 Like

Hello,

Thanks, KIR, for your help. Everything is working fine.

1 Like