moved around classes in the user-info css

This commit is contained in:
shpuld 2017-02-18 15:49:27 +02:00
parent e86b1d71ee
commit 15c82dea62
1 changed files with 15 additions and 15 deletions

View File

@ -24,27 +24,27 @@
margin-bottom: -1.2em;
.following {
font-size: 14px;
flex: 0 0 100%;
margin-bottom: 0.5em;
font-size: 14px;
flex: 0 0 100%;
margin-bottom: 0.5em;
}
}
.mute {
margin-right: 4em;
}
.mute {
margin-right: 4em;
}
.follow {
margin-left: 4em;
.follow {
margin-left: 4em;
}
button {
width: 80%;
height: 100%;
border: 1px solid;
}
}
.user-screen-name {
margin-top: 0.4em;
}
button {
width: 80%;
height: 100%;
border: 1px solid;
}
}
</style>