fixes #2283 reduce font-size for initials

...and add no wrap for username
This commit is contained in:
Linty
2024-11-25 11:27:32 +01:00
parent 24293ef7c8
commit 1525f9ced2
2 changed files with 26 additions and 4 deletions
@@ -1413,6 +1413,10 @@ $(document).ready(function() {
width:70px;
}
.user-container-initials .small {
font-size: 1em !important;
}
.user-header-username{
width: 20%;
max-width: 195px;
@@ -1966,6 +1970,10 @@ $(document).ready(function() {
font-weight:bold;
}
.user-property-initials .small {
font-size: 3em !important;
}
.user-property-username {
font-weight:bold;
margin-bottom:45px;
@@ -2223,6 +2231,7 @@ $(document).ready(function() {
max-width: 200px;
overflow-x: hidden;
text-overflow: ellipsis;
text-wrap: nowrap;
}
.edit-username-specifier {