diff options
| author | bobzel <zzzman@gmail.com> | 2025-04-05 00:01:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2025-04-05 00:01:53 -0400 |
| commit | 031a607100700f818f96b7fbf478f1b75292be9b (patch) | |
| tree | 8c726b9529ec00888aa33504ce08e66fdda2d40b /src/client/views/AntimodeMenu.tsx | |
| parent | ede7aaa19d903a7e55fc60d9bc213988ea602c97 (diff) | |
fixed sizing of text box annotations sidebar button. cleaned up TagsView to not overlap button bar below doc decorations or bottom resize handle
Diffstat (limited to 'src/client/views/AntimodeMenu.tsx')
| -rw-r--r-- | src/client/views/AntimodeMenu.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/AntimodeMenu.tsx b/src/client/views/AntimodeMenu.tsx index 99dee6410..b5e56cad5 100644 --- a/src/client/views/AntimodeMenu.tsx +++ b/src/client/views/AntimodeMenu.tsx @@ -4,6 +4,7 @@ import { SnappingManager } from '../util/SnappingManager'; import './AntimodeMenu.scss'; import { ObservableReactComponent } from './ObservableReactComponent'; +// eslint-disable-next-line @typescript-eslint/no-empty-object-type export interface AntimodeMenuProps {} /** @@ -162,6 +163,7 @@ export abstract class AntimodeMenu<T extends AntimodeMenuProps> extends Observab transitionDuration: this._transitionDuration, transitionDelay: this._transitionDelay, position: this.Pinned ? 'unset' : undefined, + border: `${SnappingManager.userColor} solid 1px`, }}> {buttons} </div> |
