Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

use flexbox for saner styling of modal footer #106

Merged
merged 1 commit into from
Jan 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/pwa-install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,9 @@ export class pwainstall extends LitElement {
display: flex;
justify-content: flex-end;
position: relative;
bottom: -3.5em;
height: 100px;

background:#dedede75;
margin-top: auto;
margin-bottom: 63px;
width: 100%;
right: 0em;
border-radius: 0px 0px 12px 12px;
Expand Down Expand Up @@ -191,6 +188,7 @@ export class pwainstall extends LitElement {
#contentContainer {
margin-left: 40px;
margin-right: 40px;
flex: 1;
}

#contentContainer h3 {
Expand Down