mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 01:42:57 +08:00
correct top alignment of gutter watermark
This commit is contained in:
parent
2c54962ced
commit
73ed42cc4b
@ -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…
x
Reference in New Issue
Block a user