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;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.modal-backdrop-opaque .modal .modal-footer {
|
||||
background-color: var(--background-color-1);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.modal {
|
||||
width: 100%;
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<span class="material-icons-outlined">alternate_email</span>
|
||||
<span class="h5 top-bar-heading">{ $userInfoStore ? $userInfoStore.username : "" }</span>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue