More profiles, styling tweaks

This commit is contained in:
2018-03-08 00:50:42 -05:00
parent f21238b61e
commit 996b4097fd
11 changed files with 60 additions and 4 deletions

View File

@@ -7,6 +7,31 @@ page-grid {
border: 1px solid #000000;
box-sizing: border-box;
padding: 0 0 33% !important;
position: relative;
.username {
bottom: 0.25rem;
box-sizing: border-box;
display: inline-block;
left: 0.25rem;
overflow: hidden;
position: absolute;
right: 0.25rem;
text-overflow: ellipsis;
text-shadow: rgba(0, 0, 0, 0.75);
&::before {
border: 2px solid #acacac;
border-radius: 1rem;
color: #acacac;
content: '';
display: inline-block;
height: 1rem;
margin-right: 0.25rem;
vertical-align: top;
width: 1rem;
}
}
}
}
}