Some UI fixes
This commit is contained in:
parent
f6e673f795
commit
4c6acb0a64
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue