Skip to content

Commit b70850f

Browse files
committed
v1.4: document host-served browser remote support
1 parent 17a3a6d commit b70850f

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Remote mode requires both:
3232
1. EVO Code app on client machine
3333
2. `EVO-Code-host` running on host machine
3434

35+
Browser note: `EVO-Code-host` can also serve the browser remote UI, so remote access works from any modern browser-capable device (iPad, tablets, laptops, desktop browsers) in addition to the desktop app.
36+
3537
---
3638

3739
## Requirements

src/styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ button {
733733
padding: 7px 12px;
734734
border-radius: 8px;
735735
position: relative;
736-
z-index: 10;
736+
z-index: 200;
737737
}
738738

739739
.topbar-project-line {
@@ -2156,7 +2156,7 @@ h3 {
21562156
.setup-gate {
21572157
position: absolute;
21582158
inset: 0;
2159-
z-index: 10;
2159+
z-index: 5;
21602160
display: flex;
21612161
align-items: center;
21622162
justify-content: center;
@@ -2537,6 +2537,7 @@ h3 {
25372537

25382538
.settings-wrap {
25392539
position: relative;
2540+
z-index: 300;
25402541
}
25412542

25422543
.settings-btn {
@@ -2570,7 +2571,7 @@ h3 {
25702571
border-radius: 6px;
25712572
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
25722573
backdrop-filter: blur(14px);
2573-
z-index: 100;
2574+
z-index: 1000;
25742575
padding: 6px;
25752576
display: grid;
25762577
gap: 2px;

0 commit comments

Comments
 (0)