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

Login form, post status form, status css fixes.

parent f0f5d8c9
No related branches found
No related tags found
No related merge requests found
<template>
<div class="panel panel-default">
<div class="login panel panel-default">
<!-- Default panel contents -->
<div class="panel-heading">
Log in
......
......@@ -20,7 +20,7 @@
<script src="./post_status_form.js"></script>
<style lang="scss">
.post-status-form {
.post-status-form, .login {
.form-bottom {
display: flex;
padding: 0.5em;
......
......@@ -23,9 +23,7 @@
<small>{{status.created_at_parsed}}</small>
</h4>
<p>
<div v-html="status.statusnet_html"></div>
</p>
<div class="status-content" v-html="status.statusnet_html"></div>
<div v-if='status.attachments' class='attachments'>
<attachment :status-id="status.id" :nsfw="status.nsfw" :attachment="attachment" v-for="attachment in status.attachments">
......@@ -65,6 +63,11 @@
display: inline-block;
word-break: break-all;
}
.status-content {
margin-top: 3px;
margin-bottom: 3px;
}
}
.status-actions {
......
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