mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 23:03:38 +08:00
adjust track-link alignment in gutter
This commit is contained in:
parent
7758cd1c9e
commit
3c6f7908ac
|
@ -692,8 +692,14 @@ blockquote > *:last-child {
|
|||
li {margin-bottom: 10px;}
|
||||
i {font-size: 12px;}
|
||||
|
||||
.reply-new, .track-link {
|
||||
.reply-new {
|
||||
padding-left: 27px;
|
||||
display:block;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.track-link {
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user