Add user profile default picture.
This commit is contained in:
parent
f8808ed087
commit
b3a69a6efe
|
@ -34,6 +34,12 @@ a:hover {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#sidebar #user-avatar {
|
||||||
|
border: 2px solid white;
|
||||||
|
border-radius: 100%;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.vertical-center {
|
.vertical-center {
|
||||||
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
|
||||||
min-height: 100vh; /* These two lines are counted as one :-) */
|
min-height: 100vh; /* These two lines are counted as one :-) */
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue