Skip to content

Commit b2e5b74

Browse files
committed
deploy: 6d08fbc
1 parent 071572f commit b2e5b74

File tree

334 files changed

+1127
-440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

334 files changed

+1127
-440
lines changed

appConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ window.AppConfig = {
2121
"extension_url": "https://brackets-archive.github.io/brackets-extensions/extensions/",
2222
"extension_store_url": "https://store.core.ai/src/",
2323
"linting.enabled_by_default": true,
24-
"build_timestamp": "2023-01-15T14:18:11.266Z",
24+
"build_timestamp": "2023-01-16T14:49:48.039Z",
2525
"googleAnalyticsID": "G-FBK9RP5YK2",
2626
"mixPanelID": "8cb6814f733e37c05cc59b4adad26407",
2727
"coreAnalyticsID": "phoenix",
@@ -31,8 +31,8 @@ window.AppConfig = {
3131
"bugsnagEnv": "production"
3232
},
3333
"name": "Phoenix",
34-
"version": "3.1.3-19103",
35-
"apiVersion": "3.1.3",
34+
"version": "3.1.4-19114",
35+
"apiVersion": "3.1.4",
3636
"homepage": "https://core.ai",
3737
"issues": {
3838
"url": "https://github.com/phcode-dev/phoenix/issues"

appConfig.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/new-project/assets/css/responsive.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,25 @@
7878

7979
@media (max-width: 720px) {
8080
.project-content-left {
81-
margin-left:0px;
81+
margin-left: 0px;
82+
width: 300px;
8283
}
8384

8485
.project-content-right {
85-
margin-left:15px;
86+
margin-left: 15px;
87+
width: 300px;
8688

8789
}
8890

8991
.website-detail input {
9092
width: 242px;
9193
height: 42px;
9294
}
95+
96+
#noProjectIframe {
97+
width: 267px;
98+
}
99+
93100
}
94101

95102
@media (max-width: 650px) {

0 commit comments

Comments
 (0)