aboutsummaryrefslogtreecommitdiff
path: root/public/less/_base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_base.less')
-rw-r--r--public/less/_base.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index ce422bf0..b65b9f99 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -98,6 +98,9 @@ pre, code {
.avatar > .ui.image {
margin-right: 0;
}
+ .avatar .octicon-triangle-down {
+ margin-top: 6.5px;
+ }
.searchbox {
background-color: rgb(244, 244, 244) !important;
&:focus {
@@ -425,3 +428,13 @@ footer {
background: inherit !important;
padding: 0 !important;
}
+
+// Reset CSS to prevent UI breaks
+.ui.dropdown .menu>.item>.image,
+.ui.dropdown .menu>.item>img,
+.ui.dropdown>.text>.image,
+.ui.dropdown>.text>img {
+ vertical-align: middle;
+ margin-top: 0;
+ margin-bottom: 0;
+} \ No newline at end of file