about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Pages/Index.razor.css
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-01-24 02:31:56 +0100
committerRory& <root@rory.gay>2024-01-24 17:05:25 +0100
commit03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch)
treee000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixRoomUtils.Web/Pages/Index.razor.css
parentMake RMU installable (diff)
downloadMatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixRoomUtils.Web/Pages/Index.razor.css')
-rw-r--r--MatrixRoomUtils.Web/Pages/Index.razor.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/MatrixRoomUtils.Web/Pages/Index.razor.css b/MatrixRoomUtils.Web/Pages/Index.razor.css
deleted file mode 100644
index c6b7bd7..0000000
--- a/MatrixRoomUtils.Web/Pages/Index.razor.css
+++ /dev/null
@@ -1,25 +0,0 @@
-.user-entry {
-    margin-bottom: 1em;
-}
-
-.avatar {
-    width: 4em;
-    height: 4em;
-    border-radius: 50%;
-    margin-right: 0.5em;
-    vertical-align: middle;
-}
-
-.user-entry > td {
-    margin-right: 0.5em;
-    vertical-align: middle;
-}
-
-.user-info {
-    margin-bottom: 0.5em;
-    display: inline-block;
-    vertical-align: middle;
-}
-.user-info > p {
-    margin: 0;
-}