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