mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 22:11:02 +08:00
Set border to left side only
This commit is contained in:
parent
c4ba13f608
commit
ff6c407e53
|
@ -203,7 +203,7 @@
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
.Post--self {
|
.Post--self {
|
||||||
border: solid @config-primary-color;
|
border-left: solid @config-primary-color;
|
||||||
}
|
}
|
||||||
.PostMeta {
|
.PostMeta {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user