FEATURE Handling show hide for post informations
This commit is contained in:
parent
9fa95c097b
commit
a534b25982
|
|
@ -13,11 +13,13 @@
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
&[data-active-tab='post'] {
|
&[data-active-tab='post'] {
|
||||||
|
.post-informations,
|
||||||
#post-authors {
|
#post-authors {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&[data-active-tab='authors'] {
|
&[data-active-tab='authors'] {
|
||||||
|
.post-informations,
|
||||||
.post-content {
|
.post-content {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user