diff --git a/crates/frontend/public/assets/style.css b/crates/frontend/public/assets/style.css index 2c2d46b..ed3d698 100644 --- a/crates/frontend/public/assets/style.css +++ b/crates/frontend/public/assets/style.css @@ -103,12 +103,13 @@ section { } table { - border: 2px solid black; + border: 1px solid black; border-radius: 12px; box-shadow: 4px 2px 12px -6px black; border-collapse: collapse; overflow-x: scroll; display: block; + width: fit-content; td, th { @@ -127,6 +128,22 @@ table { tr:hover { background: #DDD; } + + tr:first-child th { + border-top: 0; + } + + tr:last-child td { + border-bottom: 0; + } + + tr :first-child { + border-left: 0; + } + + tr :last-child { + border-right: 0; + } } #page-user { diff --git a/crates/frontend/public/templates/pages/user.html b/crates/frontend/public/templates/pages/user.html index 4476488..38f0344 100644 --- a/crates/frontend/public/templates/pages/user.html +++ b/crates/frontend/public/templates/pages/user.html @@ -8,11 +8,6 @@

Profile

-
- - -
-

Groups