mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 03:26:16 +00:00
Add User profile picture to image details
This commit is contained in:
parent
e8cde31458
commit
df2b2091ec
2 changed files with 44 additions and 3 deletions
|
@ -132,6 +132,14 @@
|
|||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
.pfp
|
||||
width: 1.1rem
|
||||
height: 1.1rem
|
||||
|
||||
border-radius: $rad-inner
|
||||
|
||||
object-fit: cover
|
||||
|
||||
table
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
@ -154,6 +162,9 @@
|
|||
|
||||
vertical-align: top
|
||||
|
||||
> *
|
||||
vertical-align: top
|
||||
|
||||
td:first-child
|
||||
padding-right: 0.5rem
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue