Skip to content
Snippets Groups Projects
Commit 4fceed71 authored by Rafael Caferati's avatar Rafael Caferati
Browse files

changed user-image dimensions

parent 873fa4c1
No related branches found
No related tags found
No related merge requests found
......@@ -1517,7 +1517,7 @@ a.github-fork {
height: 20px;
font-size: 12px;
color: #888;
padding: 5px 0px 0px 5px;
padding: 3px 0px 0px 5px;
}
}
.add-user-search {
......@@ -2011,10 +2011,11 @@ a.github-fork {
}
}
@user-image-square: 40px;
.user-image {
margin: 4px;
height: 45px;
width: 45px;
height: @user-image-square;
width: @user-image-square;
cursor: pointer;
background-color: @tertiary-background-color;
font-size: 12px;
......@@ -2071,7 +2072,7 @@ a.github-fork {
bottom: -3px;
}
.avatar-initials {
line-height: 45px;
line-height: @user-image-square;
}
}
p{
......@@ -2079,27 +2080,28 @@ a.github-fork {
}
.lines &{
width: 100%;
margin: 0 0 4px 0;
margin: 0;
background-color: transparent;
&:after{
display: none;
}
a{
.cf_;
padding: 6px 0;
padding: 5px 0;
height: auto;
background-color: transparent;
display: block;
> div{
float: left;
width: 45px;
height: 45px;
width: @user-image-square;
height: @user-image-square;
}
}
p{
float: left;
display: block;
line-height: 45px;
font-size: 16px;
line-height: @user-image-square;
font-size: 15px;
font-weight: 400;
overflow: hidden;
text-overflow: ellipsis;
......
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