diff options
author | Marvin Borner | 2021-01-29 17:30:07 +0100 |
---|---|---|
committer | Marvin Borner | 2021-01-29 17:30:07 +0100 |
commit | 07aff0fad3eb67d826d17f9ecc0d236ad4f3829e (patch) | |
tree | 90d1f50a916cb04e5cf2ce94e296ebcfa5e866c3 /profile/public/style.css | |
parent | c5331b3eb3d30c089b7a457e88e576d511ea81be (diff) |
Minor improvements
Diffstat (limited to 'profile/public/style.css')
-rw-r--r-- | profile/public/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profile/public/style.css b/profile/public/style.css index bb7af3c..1fc5a9d 100644 --- a/profile/public/style.css +++ b/profile/public/style.css @@ -145,3 +145,13 @@ img { transform: translateX(-50%) translateY(-50%); border: 1px solid black; } + +#char button { + width: fit-content; + width: -webkit-fit-content; + width: -moz-fit-content; +} + +#student-list b { + cursor: pointer; +} |