Add user profile default picture.

This commit is contained in:
Santiago Lamora 2019-12-03 12:46:33 +01:00
parent f8808ed087
commit b3a69a6efe
2 changed files with 6 additions and 0 deletions

View File

@ -34,6 +34,12 @@ a:hover {
display: block;
}
#sidebar #user-avatar {
border: 2px solid white;
border-radius: 100%;
padding: 1px;
}
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB