diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-10 15:54:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-10 15:54:13 -0400 |
| commit | e329ac0aea297e63401c7853fbf2d9d6b280cc2d (patch) | |
| tree | 746a6091e9986c79f65bb65a8c010cff06ed1e2f /src/client/views/SidebarAnnos.tsx | |
| parent | eded7f5aa62a2f0e19d5887a91ebc76163bdb996 (diff) | |
change the default flashcard to have a thin border and have text fill the card and be vertically and horizontally centered.
Diffstat (limited to 'src/client/views/SidebarAnnos.tsx')
| -rw-r--r-- | src/client/views/SidebarAnnos.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/SidebarAnnos.tsx b/src/client/views/SidebarAnnos.tsx index dd60bfa65..1f3ad8444 100644 --- a/src/client/views/SidebarAnnos.tsx +++ b/src/client/views/SidebarAnnos.tsx @@ -232,7 +232,6 @@ export class SidebarAnnos extends ObservableReactComponent<FieldViewProps & Extr <div style={{ width: '100%', height: `calc(100% - 38px)`, position: 'relative' }}> <CollectionStackingView - // eslint-disable-next-line react/jsx-props-no-spreading {...this._props} setContentViewBox={emptyFunction} NativeWidth={returnZero} |
