BUGFIX: styling
This commit is contained in:
parent
e964ca4d4e
commit
85e7033410
|
@ -263,7 +263,7 @@ nav.post-controls {
|
|||
top: 4px;
|
||||
z-index: 1;
|
||||
font-size: 13px;
|
||||
width: 100%;
|
||||
width: 300px;
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: lighten($primary_text_color, 25%);
|
||||
|
@ -580,6 +580,7 @@ iframe {
|
|||
|
||||
.names, .user-title {
|
||||
display: inline;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.main-avatar img {
|
||||
|
@ -599,6 +600,7 @@ iframe {
|
|||
.username a {
|
||||
font-weight: bold;
|
||||
color: lighten($primary_text_color, 25%);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.new-user a {
|
||||
|
|
Loading…
Reference in New Issue