mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: increase post meta font size
This commit is contained in:
parent
b3465b4779
commit
53fb02f7fc
@ -28,9 +28,8 @@ h1 .topic-statuses .topic-status i {
|
||||
|
||||
.reply-to-tab {
|
||||
z-index: 400;
|
||||
font-size: $font-down-1;
|
||||
float: right;
|
||||
margin: -4px 25px 0 0;
|
||||
margin: -2px 25px 0 0;
|
||||
color: dark-light-choose($primary-medium, $secondary-medium);
|
||||
}
|
||||
|
||||
@ -865,7 +864,6 @@ a.attachment:before {
|
||||
.post-info {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
font-size: $font-down-1;
|
||||
a {color: dark-light-choose($primary-medium, $secondary-medium); }
|
||||
}
|
||||
|
||||
@ -890,7 +888,7 @@ span.highlighted {
|
||||
color: $tertiary-medium;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 15px;
|
||||
top: 2em;
|
||||
font-size: 0.571em;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user