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>

View File

@ -21,7 +21,7 @@
<% end %>
<div class="background pb-1">
<div class="container">
<div class="row pt-9">
<div class="row pt-7 pt-sm-9">
<div class="col-lg-8 col-sm-12">
<div id="room-title" class="display-3 form-inline <%= 'edit_hover_class' if current_user.main_room != @room %>" data-path="<%= update_settings_path(@room) %>">
<% if current_user.main_room == @room %>