Remove margin from icon component and put it into more specific area.
This commit is contained in:
parent
99af0f8e76
commit
4d797cdc16
2 changed files with 4 additions and 1 deletions
|
|
@ -228,6 +228,10 @@ img.profile_image {
|
|||
border-radius: 50%;
|
||||
}
|
||||
|
||||
div#user_data > div {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
#control {
|
||||
flex-direction: row;
|
||||
|
|
|
|||
|
|
@ -121,6 +121,5 @@ export default {
|
|||
vertical-align: middle;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: 5px;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue