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.less11
1 files changed, 10 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 250c3cc4..f30dea0c 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -70,10 +70,19 @@ pre {
background-color: rgb(233, 233, 233)!important;
}
}
- .octicon {
+ .text .octicon {
width: 16px;
text-align: center;
}
+ .right.menu {
+ .menu {
+ left: auto;
+ right: 0;
+ }
+ .dropdown .menu {
+ margin-top: 0;
+ }
+ }
}
.ui {
&.left {