Improved action buttons on meet.item_actions

This commit is contained in:
Niko 2022-02-14 13:32:56 +01:00
parent 5833357c12
commit 00d4a81aef
2 changed files with 5 additions and 1 deletions

View File

@ -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;

View File

@ -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>