Some UI fixes

This commit is contained in:
Niko 2022-03-20 14:46:39 +01:00
parent f6e673f795
commit 4c6acb0a64
2 changed files with 6 additions and 4 deletions

View File

@ -38,9 +38,10 @@ $actor = $database->getActorByUsername($user->username);
<div class="content center height-max">
<div id="buttons" class="content absolute-bottom">
<div style="display: flow-root; margin: 2em">
<div class="component button round floating right"
style="background-color: #db71ff" onclick="exit()">
<i class="fa fa-arrow-left fa-fw"></i>
<div class="component button round floating right flex"
style="background-color: #db71ff; width: 2.2em; height: 2.2em;"
onclick="exit()">
<i class="fa fa-arrow-left fa-fw center"></i>
</div>
</div>
</div>

View File

@ -9,7 +9,7 @@ body.app.fullscreen main {
margin: auto !important;
}
body.app.fullscreen #app-container {
margin-bottom: 8em !important;
margin-bottom:9em !important;
}
.app header {
height: 4.5em;
@ -597,6 +597,7 @@ main {
.toast .confirm .nope,
.toast .confirm .yes {
padding: .5em;
border-radius: .6em;
font-weight: bold;
user-select: none;
text-transform: uppercase;