Skip to content

Commit 1ee3450

Browse files
committed
UI fixes
1 parent fdfcbbd commit 1ee3450

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

style/base.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,21 @@
4040
font-size: var(--jp-ui-font-size1);
4141
white-space: nowrap;
4242
overflow: hidden;
43-
text-overflow: ellipsis;
4443
color: var(--jp-ui-font-color0);
4544
display: flex;
4645
align-items: center;
46+
width: 100%;
47+
}
48+
49+
.jp-codeSnippetsContainer-name span:nth-child(2) {
50+
white-space: nowrap;
51+
overflow: hidden;
52+
text-overflow: ellipsis;
53+
height: 19px;
54+
}
55+
56+
.jp-codeSnippet-name:hover {
57+
cursor: pointer;
4758
}
4859

4960
.jp-codeSnippetsContainer-button {
@@ -86,6 +97,7 @@
8697
display: flex;
8798
flex-direction: column;
8899
justify-content: space-evenly;
100+
overflow: hidden;
89101
}
90102

91103
.jp-codeSnippet-description p {
@@ -309,6 +321,11 @@
309321
font-size: var(--jp-ui-font-size1);
310322
}
311323

324+
.jp-codeSnippet-editor-tag input {
325+
border: none;
326+
background: transparent;
327+
}
328+
312329
.jp-codeSnippet-editor-tag.applied-tag button {
313330
color: var(--jp-ui-font-color1);
314331
}

0 commit comments

Comments
 (0)