diff options
| author | bobzel <zzzman@gmail.com> | 2024-08-23 15:23:07 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-08-23 15:23:07 -0400 |
| commit | ac580dab29fc5867680a54b2fbfd68f9d4e2a895 (patch) | |
| tree | 0d4e286f626c90ecaaa08e788510c6e618fac48d /src/client/views/StyleProvider.scss | |
| parent | dc7bb2ff07139c45efd3bf66ace0042b76c91ccf (diff) | |
changed keyword items to use a doc symbol for storage instead of a field. fixed sizing of docDecoartions around keyeword box to dynaically update accurately. Aded expand/collapse button for editing keywords
Diffstat (limited to 'src/client/views/StyleProvider.scss')
| -rw-r--r-- | src/client/views/StyleProvider.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/StyleProvider.scss b/src/client/views/StyleProvider.scss index 1d41697f5..6f6939d54 100644 --- a/src/client/views/StyleProvider.scss +++ b/src/client/views/StyleProvider.scss @@ -65,10 +65,13 @@ .keywords-list { display: flex; flex-wrap: wrap; + .iconButton-container { + min-height: unset !important; + } } .keyword { - padding: 5px 5px; + padding: 1px 5px; background-color: lightblue; border: 1px solid black; border-radius: 5px; |
