mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 13:58:53 +08:00
14 lines
218 B
SCSS
Vendored
14 lines
218 B
SCSS
Vendored
.desktop-view {
|
|
.fake-reaction {
|
|
position: absolute;
|
|
left: 10px;
|
|
}
|
|
|
|
nav.post-controls .show-replies {
|
|
position: relative;
|
|
}
|
|
|
|
.discourse-reactions-my-reaction {
|
|
margin: 0.75em 0 0 3.5em;
|
|
}
|
|
}
|