GRN2-132: Fixed visual issues with mobile (Fixed #325) (#844)

* Fixed visual issues with mobile

* Fixed spacing above room name
This commit is contained in:
Ahmad Farhat
2019-11-01 11:51:22 -04:00
committed by Jesus Federico
parent 933408f68b
commit e61946a0f4
4 changed files with 8 additions and 8 deletions

View File

@ -46,11 +46,11 @@
</div>
</td>
<td class="text-right">
<div class="item-action dropdown">
<a href="javascript:void(0)" data-toggle="dropdown" class="icon <%= 'invisible' if room == current_user.main_room %>">
<div class="item-action dropdown" data-display="static">
<a href="javascript:void(0)" data-toggle="dropdown" data-display="static" class="icon <%= 'invisible' if room == current_user.main_room %>">
<i class="fas fa-ellipsis-v px-4"></i>
</a>
<div class="dropdown-menu">
<div class="dropdown-menu dropdown-menu-right dropdown-menu-md-left">
<a href="" data-toggle="modal" data-target="#createRoomModal" class="update-room dropdown-item">
<i class="dropdown-icon fas fa-cog"></i> <%= t("room.settings") %>
</a>