mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added author and upload date to post view
This commit is contained in:
@ -14,6 +14,12 @@
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
#post-view-wrapper #sidebar h1 {
|
||||
margin-top: 1.5em;
|
||||
font-weight: normal;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
#post-view-wrapper #sidebar h1:first-of-type {
|
||||
margin-top: 0;
|
||||
}
|
||||
@ -70,3 +76,11 @@
|
||||
color: silver;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
#sidebar .author-box img {
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
#sidebar .author-box .author-name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user