mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
correct top alignment of gutter watermark
This commit is contained in:
parent
2c54962ced
commit
73ed42cc4b
1 changed files with 1 additions and 1 deletions
|
@ -1000,7 +1000,7 @@ a.attachment:before {
|
|||
.private_message .gutter:before, .deleted-topic .gutter:before, .read_restricted .gutter:before {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -10px;
|
||||
left: 10px;
|
||||
color: scale-color-diff();
|
||||
font: 90px/1 FontAwesome;
|
||||
|
|
Loading…
Reference in a new issue