More profiles, styling tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user