add info line to issue template
This commit is contained in:
parent
2e46773bcd
commit
874924dd71
2 changed files with 25 additions and 1 deletions
|
@ -80,3 +80,24 @@ p {
|
|||
.language {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.info-line {
|
||||
display: flex;
|
||||
font-size: 1.75rem;
|
||||
color: #9a8fa7;
|
||||
gap: 0.5em;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.info-line .author {
|
||||
color: #ffffff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.info-line .avatar {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin: 0;
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue