diff options
author | Rory& <root@rory.gay> | 2024-01-24 02:31:56 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-01-24 17:05:25 +0100 |
commit | 03313562d21d5db9bf6a14ebbeab80e06c883d3a (patch) | |
tree | e000546a2ee8e6a886a7ed9fd01ad674178fb7cb /MatrixRoomUtils.Web/Pages/Index.razor.css | |
parent | Make RMU installable (diff) | |
download | MatrixUtils-03313562d21d5db9bf6a14ebbeab80e06c883d3a.tar.xz |
MRU->RMU, fixes, cleanup
Diffstat (limited to 'MatrixRoomUtils.Web/Pages/Index.razor.css')
-rw-r--r-- | MatrixRoomUtils.Web/Pages/Index.razor.css | 25 |
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; -} |