-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into vscode-webview-proxy
- Loading branch information
Showing
5 changed files
with
27 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "Pluto" | |
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781" | ||
license = "MIT" | ||
authors = ["Fons van der Plas <[email protected]>"] | ||
version = "0.17.3" | ||
version = "0.17.5" | ||
|
||
[deps] | ||
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -589,7 +589,6 @@ nav#at_the_top img#logo-small { | |
nav#at_the_top > pluto-filepicker { | ||
width: 210px; | ||
flex-grow: 1; | ||
|
||
display: flex; | ||
flex-direction: row; | ||
} | ||
|
@@ -621,6 +620,7 @@ pluto-filepicker .cm-scroller::-webkit-scrollbar { | |
|
||
nav#at_the_top > pluto-filepicker button { | ||
cursor: pointer; | ||
height: auto; | ||
} | ||
|
||
button.start_stop_recording, | ||
|
@@ -887,6 +887,8 @@ main > preamble { | |
font-family: "Segoe UI Emoji", "Roboto Mono", monospace; | ||
font-size: 0.75rem; | ||
pointer-events: all; | ||
/* break-inside: avoid; */ | ||
white-space: nowrap; | ||
} | ||
|
||
main > preamble #saveall-container { | ||
|
@@ -1601,26 +1603,6 @@ pkg-status-mark.disable_pkg > button > span::after { | |
background-image: url("https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/chatbox-ellipses-outline.svg"); | ||
opacity: 0.6; | ||
} | ||
pkg-status-mark select { | ||
width: 100%; | ||
white-space: nowrap; | ||
border: none; | ||
background-color: transparent; | ||
font-size: 0.65rem; | ||
font-family: "Space Mono", monospace; | ||
font-weight: 500; | ||
text-align: center; | ||
text-align-last: center; | ||
} | ||
|
||
pkg-status-mark option { | ||
background: #d3752538; | ||
color: #00000060; | ||
} | ||
pkg-status-mark option.installed { | ||
background: unset; | ||
color: black; | ||
} | ||
|
||
pkg-popup { | ||
display: block; | ||
|
@@ -2013,9 +1995,9 @@ footer { | |
|
||
footer form { | ||
height: 1.5rem; | ||
|
||
opacity: 1; | ||
transition: opacity 5s; | ||
display: flex; | ||
} | ||
|
||
footer form > * { | ||
|
@@ -2067,6 +2049,7 @@ footer button { | |
/* border: none; */ | ||
font-family: inherit; | ||
font-weight: 600; | ||
height: auto; | ||
font-size: 0.75rem; | ||
} | ||
|
||
|
@@ -2295,12 +2278,14 @@ pluto-input .cm-editor .cm-content { | |
|
||
.cm-editor .cm-gutter { | ||
min-width: 29px; | ||
min-height: 23px; | ||
} | ||
|
||
.cm-editor .cm-gutters { | ||
/* background: hsla(46, 90%, 98%, 1); */ | ||
background: transparent; | ||
border-right: solid 1px hsla(0, 0%, 0%, 0); | ||
/* height: auto; */ | ||
} | ||
|
||
pluto-cell.code_differs .cm-editor .cm-gutters { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters