17 lines
268 B
CSS
17 lines
268 B
CSS
.search-output {
|
|
width: calc(50% - 48px);
|
|
display: inline-flex;
|
|
}
|
|
|
|
.search-output:nth-child(n) {
|
|
display: inline-block;
|
|
}
|
|
|
|
#search-friends-output {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.searchleft, .searchright {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
} |