mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-24 09:25:36 +00:00
Build fixes [stage]
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
.code-snippet {
|
||||
-fx-padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
-fx-border-width: 0;
|
||||
-fx-border-color: -color-accent-fg;
|
||||
-fx-spacing: 0;
|
||||
-fx-font-family: Monospace;
|
||||
}
|
||||
|
||||
.code-snippet-container {
|
||||
-fx-border-width: 1px;
|
||||
-fx-border-color: -color-accent-fg;
|
||||
-fx-background-color: transparent;
|
||||
-fx-border-radius: 4px;
|
||||
-fx-background-radius: 4px;
|
||||
-fx-padding: 3px;
|
||||
}
|
||||
|
||||
.copy {
|
||||
|
||||
}
|
||||
|
||||
.line-number {
|
||||
-fx-alignment: center-right;
|
||||
-fx-font-family: Monospace;
|
||||
-fx-text-fill: grey;
|
||||
}
|
||||
|
||||
.line-numbers {
|
||||
-fx-padding: 0.3em 0.2em 0.3em 0.5em;
|
||||
-fx-background-color: #073B4C11;
|
||||
}
|
||||
|
||||
.code-snippet-container .spacer {
|
||||
-fx-pref-width: 1px;
|
||||
-fx-background-color: -color-accent-fg;
|
||||
}
|
||||
Vendored
+3
-1
@@ -112,6 +112,7 @@ if (rootProject.fullVersion) {
|
||||
apply from: 'pkg.gradle'
|
||||
}
|
||||
|
||||
apply from: 'github.gradle'
|
||||
apply from: 'aur.gradle'
|
||||
apply from: 'nix.gradle'
|
||||
apply from: 'choco.gradle'
|
||||
@@ -146,4 +147,5 @@ distZip {
|
||||
assembleDist {
|
||||
enabled = false
|
||||
dependsOn.clear()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user