Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qjclaw-dmg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AI-甘富林
qjclaw-dmg
Commits
1114f10d
Commit
1114f10d
authored
May 25, 2026
by
edy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): settle renderer shell style ownership
parent
028900d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
19 deletions
+5
-19
shell.css
apps/ui/src/styles/shell.css
+5
-5
theme-openclaw.css
apps/ui/src/styles/theme-openclaw.css
+0
-14
No files found.
apps/ui/src/styles/shell.css
View file @
1114f10d
...
@@ -6,11 +6,15 @@
...
@@ -6,11 +6,15 @@
/* Desktop-first contract: keep the two-column app shell and allow horizontal overflow below 960px until a mobile layout is designed. */
/* Desktop-first contract: keep the two-column app shell and allow horizontal overflow below 960px until a mobile layout is designed. */
min-width
:
960px
;
min-width
:
960px
;
display
:
grid
;
display
:
grid
;
grid-template-columns
:
clamp
(
2
32px
,
19
vw
,
280px
)
minmax
(
0
,
1
fr
);
grid-template-columns
:
clamp
(
2
60px
,
20
vw
,
280px
)
minmax
(
0
,
1
fr
);
overflow
:
hidden
;
overflow
:
hidden
;
background
:
#f0f7ff
;
background
:
#f0f7ff
;
}
}
.shell.sidebar-collapsed
{
grid-template-columns
:
64px
minmax
(
0
,
1
fr
);
}
.skip-link
{
.skip-link
{
position
:
fixed
;
position
:
fixed
;
top
:
10px
;
top
:
10px
;
...
@@ -1779,10 +1783,6 @@ button.secondary {
...
@@ -1779,10 +1783,6 @@ button.secondary {
.shell
{
.shell
{
grid-template-columns
:
224px
minmax
(
0
,
1
fr
);
grid-template-columns
:
224px
minmax
(
0
,
1
fr
);
}
}
.nav-list
{
grid-template-columns
:
repeat
(
4
,
minmax
(
0
,
1
fr
));
}
}
}
@media
(
max-width
:
720px
)
{
@media
(
max-width
:
720px
)
{
...
...
apps/ui/src/styles/theme-openclaw.css
View file @
1114f10d
...
@@ -19,16 +19,10 @@
...
@@ -19,16 +19,10 @@
--revamp-border-strong
:
rgba
(
148
,
163
,
184
,
0.38
);
--revamp-border-strong
:
rgba
(
148
,
163
,
184
,
0.38
);
--revamp-shadow
:
0
14px
32px
rgba
(
15
,
23
,
42
,
0.06
);
--revamp-shadow
:
0
14px
32px
rgba
(
15
,
23
,
42
,
0.06
);
--revamp-shadow-soft
:
0
8px
18px
rgba
(
15
,
23
,
42
,
0.04
);
--revamp-shadow-soft
:
0
8px
18px
rgba
(
15
,
23
,
42
,
0.04
);
min-width
:
960px
;
grid-template-columns
:
clamp
(
260px
,
20vw
,
280px
)
minmax
(
0
,
1
fr
);
background
:
var
(
--revamp-canvas
);
background
:
var
(
--revamp-canvas
);
color
:
var
(
--revamp-text
);
color
:
var
(
--revamp-text
);
}
}
.shell.openclaw-theme.sidebar-collapsed
{
grid-template-columns
:
64px
minmax
(
0
,
1
fr
);
}
.shell.openclaw-theme
button
,
.shell.openclaw-theme
button
,
.shell.openclaw-theme
[
role
=
"button"
],
.shell.openclaw-theme
[
role
=
"button"
],
.shell.openclaw-theme
summary
,
.shell.openclaw-theme
summary
,
...
@@ -1288,14 +1282,6 @@
...
@@ -1288,14 +1282,6 @@
transition
:
border-color
160ms
ease
,
box-shadow
160ms
ease
;
transition
:
border-color
160ms
ease
,
box-shadow
160ms
ease
;
}
}
.conversation-shell
.composer-surface
:focus-within
{
border-color
:
rgba
(
37
,
99
,
235
,
0.62
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.9
),
0
0
0
3px
rgba
(
37
,
99
,
235
,
0.12
),
var
(
--revamp-shadow-soft
);
}
.conversation-shell
.composer-surface
:focus-within
{
.conversation-shell
.composer-surface
:focus-within
{
border-color
:
rgba
(
37
,
99
,
235
,
0.58
);
border-color
:
rgba
(
37
,
99
,
235
,
0.58
);
box-shadow
:
box-shadow
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment