1
0
mirror of https://github.com/flarum/core.git synced 2025-08-13 11:54:32 +02:00

Rename JS sub-components so that descriptors are before the noun, not after

To be consistent with the naming in PHP world.

e.g. ReplyComposer instead of ComposerReply
This commit is contained in:
Toby Zerner
2015-05-18 18:50:24 +09:30
parent 8e24e7197e
commit 9135749bb4
17 changed files with 40 additions and 78 deletions

View File

@@ -162,7 +162,7 @@
}
}
}
.activity-post {
.post-activity {
overflow: hidden;
& .title {