mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Move the author information to below the pack name
This commit is contained in:
parent
c89bb6df5e
commit
7f446c7b9c
@ -18,7 +18,7 @@
|
||||
<span class="title">{{ pack.displayName }}</span>
|
||||
<span class="license"><a [href]="pack.license.urlPath" target="_blank">{{ pack.license.name }}</a></span>
|
||||
<span class="author" *ngIf="pack.author.type !== 'none'">
|
||||
<a [href]="pack.author.reference" target="_blank">{{ pack.author.name }}</a> |
|
||||
<a [href]="pack.author.reference" target="_blank">{{ pack.author.name }}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
color: #222222;
|
||||
}
|
||||
|
||||
.author, .license {
|
||||
.license {
|
||||
font-size: 0.6em;
|
||||
font-weight: 300;
|
||||
color: #b5b5b5;
|
||||
@ -50,6 +50,17 @@
|
||||
color: #b5b5b5;
|
||||
}
|
||||
}
|
||||
|
||||
.author {
|
||||
font-size: 0.6em;
|
||||
font-weight: 300;
|
||||
color: #222222;
|
||||
display: block;
|
||||
|
||||
a {
|
||||
color: #222222;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stickers {
|
||||
|
Loading…
Reference in New Issue
Block a user