about summary refs log tree commit diff
path: root/MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-05-03 19:40:00 +0200
committerRory& <root@rory.gay>2024-05-03 19:40:00 +0200
commit222f475dfd662980d5e0b9f27efa951f91604364 (patch)
tree71777992828134ee89249a7e37339bc4aa89ba86 /MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css
parentCleanup, work on index2, some tooling updates (diff)
downloadMatrixUtils-222f475dfd662980d5e0b9f27efa951f91604364.tar.xz
All kinds of changes
Diffstat (limited to 'MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css')
-rw-r--r--MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css b/MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css
deleted file mode 100644
index 32bff09..0000000
--- a/MatrixUtils.Web/Shared/UpdateAvailableDetector.razor.css
+++ /dev/null
@@ -1,15 +0,0 @@
-.floating-update-button {
-    position: fixed;
-
-    right: 2rem;
-    bottom: 2rem;
-
-    padding: 1rem 1.5rem;
-
-    animation: fadein 2s ease-out;
-}
-
-@keyframes fadein {
-    from { right: -100%; }
-    to { right: 2rem; }
-}
\ No newline at end of file