Skip to content

Commit 04c928d

Browse files
authored
Merge pull request #1 from semanticdata/new-layout
new layout
2 parents 5b2d479 + 0ccc0c8 commit 04c928d

File tree

5 files changed

+9
-148
lines changed

5 files changed

+9
-148
lines changed

src/background.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/sidebar/panel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="nav-title">
4141
</p>
4242
</footer>
4343

44-
<script type="text/javascript" src="../tabnotes.js"></script>
45-
<script type="text/javascript" src="../toggle.js"></script>
44+
<script type="text/javascript" src="../js/tabnotes.js"></script>
45+
<script type="text/javascript" src="../js/toggle.js"></script>
4646
</body>
4747
</html>

src/styles.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ html {
2525
color: var(--text-color);
2626
}
2727
body {
28-
max-width: 80ch;
29-
padding-inline: 1rem;
28+
font-family: sans-serif;
3029
margin-inline: auto;
31-
margin-block: 0;
32-
height: 100vh;
3330
display: flex;
3431
flex-direction: column;
35-
font-family: sans-serif;
32+
height: 100vh;
33+
margin-block: 0;
34+
padding-inline: 1rem;
3635
}
3736
header {
3837
display: flex;
@@ -41,6 +40,9 @@ header {
4140
}
4241
main {
4342
flex-grow: 1;
43+
margin-inline: auto;
44+
width: 80ch;
45+
max-width: 100%;
4446
}
4547
footer {
4648
padding-block-end: 1rem;
@@ -50,7 +52,6 @@ footer {
5052
textarea {
5153
background: var(--alt-color);
5254
color: var(--text-color);
53-
/* min-height: 100%; */
5455
padding: 1rem;
5556
width: 100%;
5657
border-radius: 0.35rem;

src/tabnotes.js

Lines changed: 0 additions & 63 deletions
This file was deleted.

src/toggle.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)