From 4d3444c6242236de7666233966036eb98e009334 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Mon, 19 Dec 2022 18:27:03 +0100 Subject: [PATCH] Update style.css --- partitioncloud/static/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/partitioncloud/static/style.css b/partitioncloud/static/style.css index aaa9ab4..b2c1898 100644 --- a/partitioncloud/static/style.css +++ b/partitioncloud/static/style.css @@ -218,8 +218,12 @@ input[type=submit] { } .user-profile-picture { - width: 25px; - height: 23px; + min-width: 25px; + max-width: 25px; + + min-height: 23px; + max-height: 23px; + text-align: center; padding-top: 2px; border-radius: 50%; @@ -312,6 +316,7 @@ table { .table-username { margin-left: 10px; + overflow-y: scroll; } td {