Skip to content
Snippets Groups Projects
Commit f0f5d8c9 authored by lain's avatar lain
Browse files

CSS fixes for attachments in status posts.

parent 4d6d9163
No related branches found
No related tags found
No related merge requests found
......@@ -41,18 +41,6 @@ a {
padding: 0 10px 0 10px;
}
form {
display: flex;
flex-direction: column;
padding: 0.5em;
}
.form-group {
display: flex;
flex-direction: column;
padding: 0.5em;
}
.gaps {
margin: -1em 0 0 -1em;
}
......@@ -257,15 +245,6 @@ attention {
color: $main-color;
}
.form-bottom {
display: flex;
padding: 0.5em;
button {
flex: 2;
}
}
.status-el {
line-height: 18px;
......
......@@ -18,3 +18,33 @@
</template>
<script src="./post_status_form.js"></script>
<style lang="scss">
.post-status-form {
.form-bottom {
display: flex;
padding: 0.5em;
button {
flex: 2;
}
}
.attachments {
padding: 0.5em;
}
form {
display: flex;
flex-direction: column;
padding: 0.5em;
}
.form-group {
display: flex;
flex-direction: column;
padding: 0.5em;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment