Skip to content

Commit

Permalink
#6 fix options page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed Jun 1, 2021
1 parent 1d20899 commit e82a1cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/views/options/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./style.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
<link href="../../css/quasar.css" rel="stylesheet">
<title>Options</title>
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/views/options/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ body {

.iframe-style {
width: 100%;
height: 100%;
height: 90vh;
}
7 changes: 5 additions & 2 deletions src/views/popup/popup.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./style.css" rel="stylesheet">
<link href="../../css/base.css" rel="stylesheet">
<link href="../../css/quasar.css" rel="stylesheet">
<title>LNbits</title>
</head>

<body>
Expand Down

0 comments on commit e82a1cf

Please sign in to comment.