mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-15 05:42:17 -08:00
fix: wrong error report button position
This commit is contained in:
parent
a3c7a1e146
commit
3a0d75fa19
2 changed files with 1 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ export function ReportErrorButton(props: { message: string }): JSX.Element {
|
|||
}
|
||||
|
||||
const AbsoluteFab = styled(Fab)`
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
color: rgba(0, 0, 0, 0.2);
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
/* eslint-disable @typescript-eslint/strict-boolean-expressions */
|
||||
import React from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Typography, MenuItem } from '@material-ui/core';
|
||||
import { Folder as FolderIcon } from '@material-ui/icons';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue