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 class="content center height-max">
|
||||||
<div id="buttons" class="content absolute-bottom">
|
<div id="buttons" class="content absolute-bottom">
|
||||||
<div style="display: flow-root; margin: 2em">
|
<div style="display: flow-root; margin: 2em">
|
||||||
<div class="component button round floating right"
|
<div class="component button round floating right flex"
|
||||||
style="background-color: #db71ff" onclick="exit()">
|
style="background-color: #db71ff; width: 2.2em; height: 2.2em;"
|
||||||
<i class="fa fa-arrow-left fa-fw"></i>
|
onclick="exit()">
|
||||||
|
<i class="fa fa-arrow-left fa-fw center"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -9,7 +9,7 @@ body.app.fullscreen main {
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
}
|
}
|
||||||
body.app.fullscreen #app-container {
|
body.app.fullscreen #app-container {
|
||||||
margin-bottom: 8em !important;
|
margin-bottom:9em !important;
|
||||||
}
|
}
|
||||||
.app header {
|
.app header {
|
||||||
height: 4.5em;
|
height: 4.5em;
|
||||||
|
@ -597,6 +597,7 @@ main {
|
||||||
.toast .confirm .nope,
|
.toast .confirm .nope,
|
||||||
.toast .confirm .yes {
|
.toast .confirm .yes {
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
|
border-radius: .6em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
Loading…
Reference in New Issue