diff options
| author | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-18 00:47:30 +0200 |
|---|---|---|
| committer | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-08-18 00:47:30 +0200 |
| commit | a41d3546cbf34313b1d0a2caa7050fd04e7eee0f (patch) | |
| tree | c11322e56a9038817406a09327a2a4ef1f4c5ac5 /src/client/util/ReportManager.scss | |
| parent | 934f78eb90dd4aa16929e1b89c7c05f4f24b5c07 (diff) | |
add button to create an issue - also can upload files.
Diffstat (limited to 'src/client/util/ReportManager.scss')
| -rw-r--r-- | src/client/util/ReportManager.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/util/ReportManager.scss b/src/client/util/ReportManager.scss index 1f008a426..4bcbdc566 100644 --- a/src/client/util/ReportManager.scss +++ b/src/client/util/ReportManager.scss @@ -53,3 +53,17 @@ display: block; max-width: 100%; } + +.report-issue-fab { + position: fixed; + bottom: 20px; + right: 20px; + display: flex; + align-items: center; + justify-content: center; + cursor: pointer; +} + +.loading-center { + margin: auto 0; +} |
