forked from External/greenlight
add padding to room block ellipsis
This commit is contained in:
parent
11f0c1f5e6
commit
6a668149b6
|
@ -22,21 +22,19 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right">
|
<td class="text-right">
|
||||||
<% if room != current_user.main_room %>
|
<div class="item-action dropdown">
|
||||||
<div class="item-action dropdown">
|
<a href="javascript:void(0)" data-toggle="dropdown" class="icon <%= 'invisible' if room == current_user.main_room %>"><i class="fas fa-ellipsis-v px-4"></i></a>
|
||||||
<a href="javascript:void(0)" data-toggle="dropdown" class="icon"><i class="fas fa-ellipsis-v"></i></a>
|
<div class="dropdown-menu">
|
||||||
<div class="dropdown-menu">
|
<!--
|
||||||
<!--
|
<%= link_to room, class: "dropdown-item" do %>
|
||||||
<%= link_to room, class: "dropdown-item" do %>
|
<i class="dropdown-icon fas fa-cog"></i> <%= t("room.settings") %>
|
||||||
<i class="dropdown-icon fas fa-cog"></i> <%= t("room.settings") %>
|
<% end %>
|
||||||
<% end %>
|
-->
|
||||||
-->
|
<a href="" data-toggle="modal" data-target="#deleteRoomModal_<%= room.uid %>"class="dropdown-item">
|
||||||
<a href="" data-toggle="modal" data-target="#deleteRoomModal_<%= room.uid %>"class="dropdown-item">
|
<i class="dropdown-icon far fa-trash-alt"></i> <%= t("delete") %>
|
||||||
<i class="dropdown-icon far fa-trash-alt"></i> <%= t("delete") %>
|
</a>
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue