Merge master into develop

main
Peter Jaszkowiak 8 years ago
commit b6789ac7e2

@ -3,16 +3,16 @@
.dropdown-menu { .dropdown-menu {
display: block; display: block;
visibility: hidden; visibility: hidden;
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
margin: 0; margin: 0;
padding: 0 5px; padding: 0 5px;
max-height: 60%; max-height: 60%;
box-shadow: 0 2px 6px rgba(0,0,0,0.35); box-shadow: 0 2px 6px rgba(0,0,0,0.35);
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
@ -20,32 +20,32 @@
transition: transform 0.3s, visibility 0s 0.3s; transition: transform 0.3s, visibility 0s 0.3s;
z-index: 995; z-index: 995;
padding: 5px 0 10px; padding: 5px 0 10px;
li { li {
a { a {
padding: 10px 20px; padding: 10px 20px;
} }
&.divider { &.divider {
padding: 0; padding: 0;
} }
&.active { &.active {
background-color: @btn-primary-bg; background-color: @btn-primary-bg;
color: @btn-primary-color; color: @btn-primary-color;
} }
} }
} }
&.open { &.open {
.dropdown-menu { .dropdown-menu {
transform: none; transform: none;
visibility: visible; visibility: visible;
transition-delay: 0s; transition-delay: 0s;
top: initial; top: auto;
} }
} }
.dropdown-backdrop { .dropdown-backdrop {
background-color: rgba(0, 0, 0, .3); background-color: rgba(0, 0, 0, .3);
} }

@ -1,6 +1,6 @@
{ {
"name": "nodebb-theme-persona", "name": "nodebb-theme-persona",
"version": "4.2.6", "version": "4.2.7",
"nbbpm": { "nbbpm": {
"compatibility": "^1.4.4" "compatibility": "^1.4.4"
}, },

@ -158,7 +158,7 @@
<!-- IF moderationNotes.user.picture --> <!-- IF moderationNotes.user.picture -->
<img class="avatar avatar-sm" component="user/picture" data-uid="{moderationNotes.user.uid}" src="{moderationNotes.user.picture}" align="left" itemprop="image" /> <img class="avatar avatar-sm" component="user/picture" data-uid="{moderationNotes.user.uid}" src="{moderationNotes.user.picture}" align="left" itemprop="image" />
<!-- ELSE --> <!-- ELSE -->
<div component="user/picture" data-uid="{moderationNotes.user.uid}" class="user-icon" style="background-color: {moderationNotes.user.icon:bgColor};">{moderationNotes.user.icon:text}</div> <div class="avatar avatar-sm" component="user/picture" data-uid="{moderationNotes.user.uid}" style="background-color: {moderationNotes.user.icon:bgColor};">{moderationNotes.user.icon:text}</div>
<!-- ENDIF moderationNotes.user.picture --> <!-- ENDIF moderationNotes.user.picture -->
</a> </a>
</div> </div>

Loading…
Cancel
Save