hello world

This commit is contained in:
hakui 2017-02-18 01:48:35 -06:00
parent cd0925747d
commit 734597b43f
8 changed files with 57 additions and 26 deletions

View file

@ -39,7 +39,7 @@
.attachment {
flex: 1 0 30%;
display: flex;
margin: 0.2em;
margin: 0.5em 0.8em 0.6em 0.1em;
align-self: flex-start;
&.html {
@ -79,6 +79,7 @@
img {
width: 100%;
}
margin-right: 15px;
}
.oembed {

View file

@ -39,8 +39,7 @@
.nav-panel li {
border-bottom: 1px solid;
padding: 0.5em;
padding-left: 1em;
padding: 0.75em 0.85em 0.6em;
}
.nav-panel li:last-child {

View file

@ -1,13 +1,13 @@
@import '../../_variables.scss';
.notification {
padding: 0.5em;
padding-left: 1em;
padding: 0.4em 0 0 0.7em;
display: flex;
border-bottom: 1px solid silver;
.text {
min-width: 0px;
word-wrap: break-word;
line-height:18px;
.icon-retweet {
color: $green;
@ -18,21 +18,22 @@
}
h1 {
margin: 0;
margin: 0 0 0.3em;
padding: 0;
font-size: 1em;
line-height:20px;
}
padding-left: 0.5em;
padding: 0.3em 0.8em 0.5em;
p {
margin: 0;
margin-top: 0;
margin-bottom: 0.5em;
margin-bottom: 0.3em;
}
}
.avatar {
padding-top: 3px;
padding-top: 0.3em;
width: 32px;
height: 32px;
border-radius: 50%;

View file

@ -57,13 +57,21 @@
form {
display: flex;
flex-direction: column;
padding: 0.5em;
padding: 0.6em;
}
.form-group {
display: flex;
flex-direction: column;
padding: 0.3em 0.5em 0.6em;
line-height:24px;
}
form textarea {
border: none;
border-radius: 2px;
padding: 0.5em;
resize: vertical;
}
.btn {

View file

@ -17,6 +17,6 @@
<style>
.setting-item {
margin: 1em
margin: 1em 1em 1.4em;
}
</style>

View file

@ -94,6 +94,7 @@
.user-content {
min-height: 52px;
padding-top: 1px;
}
.source_url {
@ -110,8 +111,7 @@
}
.status-content {
margin-top: 3px;
margin-bottom: 3px;
margin: 3px 15px 4px 0;
}
p {
@ -138,8 +138,7 @@
}
.status {
padding: 0.5em;
padding-right: 1em;
padding: 0.65em 0.7em 0.8em 0.8em;
border-bottom: 1px solid;
}
.muted button {

View file

@ -19,6 +19,14 @@
div {
flex: 1;
}
margin-top: 1em;
margin-bottom: -1.2em;
}
.muteinfo{
margin: 0.5em 0;
}
.user-screen-name {
margin-top: 0.4em;
}
}
</style>