Skip to content

Commit

Permalink
Fixed issues with menu positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nunof07 committed Sep 11, 2015
1 parent 5cdea1c commit dccb373
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
16 changes: 5 additions & 11 deletions assets/stylesheets/mumble.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@
cursor: default;
}
.menu-panel {
position: fixed;
text-align: left;

hr {
margin: 3px 0;
}
ul ul {
padding-left: 20px;
}
Expand All @@ -25,13 +21,11 @@
line-height: 1em;
}
.mumble-panel-header {
width: 100%;
display: table;
border-collapse: separate;
border-spacing: 0 0.5em;
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
font-size: 1.1em;

.fa {
font-size: 1.1em;
line-height: 1.1em;
}
}
.mumble-channel-icon {
width: 8px;
Expand All @@ -49,7 +43,7 @@
}
.d-header .icons {
.unread-private-messages {
left: initial;
left: auto;
right: 27px;
}
> div.ember-view {
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: Mumble
# about: Displays channel and user information from a Mumble server
# version: 0.2.0
# version: 0.2.1
# authors: Nuno Freitas ([email protected])
# url: https://github.com/nunof07/discourse-mumble

Expand Down

0 comments on commit dccb373

Please sign in to comment.