Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 8db150e

Browse files
authored
Merge pull request #23 from trey-wallis/dev
Fixed styles not committing
2 parents 6b8f1e3 + 555be57 commit 8db150e

File tree

3 files changed

+33
-4
lines changed

3 files changed

+33
-4
lines changed

.gitignore

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ data.json
2424
# Ignore build files
2525
main.css
2626
main.js
27-
styles.css
28-
29-
# Ignore data file
30-
data.json
27+
/styles.css
+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.NLT__header-group {
2+
display: flex;
3+
cursor: pointer;
4+
}
5+
6+
.NLT__header-content {
7+
margin-right: 5px;
8+
overflow: hidden;
9+
white-space: nowrap;
10+
text-overflow: ellipsis;
11+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.NLT__tag-menu-top {
2+
display: flex;
3+
background-color: rgba(0, 0, 0, 0.25);
4+
padding: 4px 10px;
5+
}
6+
7+
.NLT__tag-menu-bottom {
8+
min-height: 100px;
9+
padding: 4px 10px;
10+
}
11+
12+
.NLT__tag-menu-text {
13+
font-size: 0.85rem;
14+
margin: 5px 0px;
15+
width: 100%;
16+
}
17+
18+
.NLT__tag-menu-input {
19+
background-color: transparent !important;
20+
border: 0 !important;
21+
}

0 commit comments

Comments
 (0)