fix modals
This commit is contained in:
parent
bfd2643547
commit
67ee56c109
2 changed files with 7 additions and 1 deletions
|
@ -204,6 +204,12 @@ body {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
.modal-backdrop-opaque .modal .modal-footer {
|
||||||
|
background-color: var(--background-color-1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
.modal {
|
.modal {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
<span class="material-icons-outlined">alternate_email</span>
|
<span class="material-icons-outlined">alternate_email</span>
|
||||||
<span class="h5 top-bar-heading">{ $userInfoStore ? $userInfoStore.username : "" }</span>
|
<span class="h5 top-bar-heading">{ $userInfoStore ? $userInfoStore.username : "" }</span>
|
||||||
<div class="account-buttons">
|
<div class="account-buttons">
|
||||||
<button class="button button-red" on:click="{ doLogout }">Log Out</button>
|
<button class="button button-danger" on:click="{ doLogout }">Log Out</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue