UX: support onebox labels

This commit is contained in:
Arpit Jalan 2017-11-01 15:44:00 +05:30
parent 9c5ad4648f
commit 6d8976e949
1 changed files with 11 additions and 1 deletions

View File

@ -433,6 +433,16 @@ aside.onebox.stackexchange .onebox-body {
}
}
// whitelistedgeneric twitter labels
.onebox.whitelistedgeneric {
.label1 {
float: left;
}
.label2 {
float: right;
}
}
// mobile specific style
.mobile-view article.onebox-body {
border-top: none;