Update style.css

This commit is contained in:
augustin64 2022-12-19 18:27:03 +01:00
parent 323f7c6198
commit 4d3444c624

View File

@ -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 {