chore(release)

This commit is contained in:
Atlassian Bamboo 2023-01-31 16:34:34 +01:00
parent d2e6dc8730
commit 4f5e4c38bb
3 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "redaction", "name": "redaction",
"version": "3.902.0", "version": "3.903.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

Binary file not shown.

View File

@ -336,6 +336,12 @@ body {
--iqser-app-name-font-size: 18px; --iqser-app-name-font-size: 18px;
--iqser-app-name-color: black; --iqser-app-name-color: black;
--iqser-top-bar-height: 61px; --iqser-top-bar-height: 61px;
--iqser-menu-margin-top: 10px;
--iqser-menu-border-radius: 8px;
--iqser-menu-padding-top: 8px;
--iqser-menu-padding-bottom: 24px;
--iqser-menu-min-height: 24px;
--iqser-menu-item-margin: 0 8px 2px 8px;
} }
.site-sidebar { .site-sidebar {