From 07aff0fad3eb67d826d17f9ecc0d236ad4f3829e Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 29 Jan 2021 17:30:07 +0100 Subject: Minor improvements --- profile/public/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'profile/public/style.css') 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; +} -- cgit v1.2.3