Skip to content
Snippets Groups Projects
Commit 72870f51 authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Fix for user profile pic

parent bb5af95e
No related branches found
Tags 8.x-3.0-alpha24
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -59,6 +59,7 @@
border-radius: 4px 4px 0 0;
&:before {
top: 0;
left: 10px;
}
......@@ -175,11 +176,11 @@
font-size: inherit;
width: auto;
height: auto;
padding-left: 3em;
padding-left: 3.25em;
&:before {
top: -1px;
left: 8px;
left: 14px;
}
.icon-user {
......
......@@ -549,4 +549,9 @@
#toolbar-item-user {
display: inline-block;
vertical-align: top;
&.icon-user {
padding-left: 0;
margin-left: 8px;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment