1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Set border to left side only

This commit is contained in:
Matthew Kilgore
2019-11-03 13:20:16 -05:00
committed by Daniël Klabbers
parent 6668f1b7ee
commit 37ecb7d9a5

View File

@@ -203,7 +203,7 @@
opacity: 0.5;
}
.Post--self {
border: solid @config-primary-color;
border-left: solid @config-primary-color;
}
.PostMeta {
display: inline;