Improved action buttons on meet.item_actions
This commit is contained in:
parent
5833357c12
commit
00d4a81aef
|
@ -86,6 +86,10 @@ main {
|
|||
#page-meet #actions .button.light .fa {
|
||||
color: #fff;
|
||||
}
|
||||
#page-meet #actions .button.round .ic-container {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
}
|
||||
|
||||
.meet.item {
|
||||
max-width: 40em;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="flex center">
|
||||
<a class="component icon button light round" title="{s:alt_nav-close}"
|
||||
href="javascript:app.pages.meet.exit()">
|
||||
<div class="flex" style="min-width: 3em; min-height: 3em">
|
||||
<div class="ic-container flex">
|
||||
<i class="center fa fa-close fa-fw"></i>
|
||||
</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue