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
4415dece
Commit
4415dece
authored
May 15, 2026
by
edy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): keep session close icon visible across views
parent
0f949b0d
Pipeline
#18463
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
chat.css
apps/ui/src/styles/chat.css
+0
-11
shell.css
apps/ui/src/styles/shell.css
+11
-0
No files found.
apps/ui/src/styles/chat.css
View file @
4415dece
...
@@ -507,23 +507,12 @@
...
@@ -507,23 +507,12 @@
}
}
.conversation-shell
.sidebar-session-close
{
.conversation-shell
.sidebar-session-close
{
display
:
inline-grid
;
place-items
:
center
;
background
:
rgba
(
255
,
255
,
255
,
0.9
);
background
:
rgba
(
255
,
255
,
255
,
0.9
);
box-shadow
:
inset
0
0
0
1px
rgba
(
167
,
209
,
236
,
0.72
);
box-shadow
:
inset
0
0
0
1px
rgba
(
167
,
209
,
236
,
0.72
);
color
:
#64809d
;
color
:
#64809d
;
opacity
:
0.58
;
opacity
:
0.58
;
}
}
.conversation-shell
.sidebar-session-close
svg
{
width
:
14px
;
height
:
14px
;
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
1.8
;
stroke-linecap
:
round
;
}
.conversation-shell
.sidebar-session-card
:hover
.sidebar-session-close
,
.conversation-shell
.sidebar-session-card
:hover
.sidebar-session-close
,
.conversation-shell
.sidebar-session-card
:focus-within
.sidebar-session-close
{
.conversation-shell
.sidebar-session-card
:focus-within
.sidebar-session-close
{
opacity
:
1
;
opacity
:
1
;
...
...
apps/ui/src/styles/shell.css
View file @
4415dece
...
@@ -299,6 +299,8 @@
...
@@ -299,6 +299,8 @@
.sidebar-session-close
{
.sidebar-session-close
{
width
:
24px
;
width
:
24px
;
height
:
24px
;
height
:
24px
;
display
:
inline-grid
;
place-items
:
center
;
padding
:
0
;
padding
:
0
;
border
:
none
;
border
:
none
;
background
:
rgba
(
255
,
255
,
255
,
0.76
);
background
:
rgba
(
255
,
255
,
255
,
0.76
);
...
@@ -312,6 +314,15 @@
...
@@ -312,6 +314,15 @@
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.sidebar-session-close
svg
{
width
:
14px
;
height
:
14px
;
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
1.8
;
stroke-linecap
:
round
;
}
.sidebar-session-close
:hover
{
.sidebar-session-close
:hover
{
color
:
var
(
--ui-color-primary-strong
);
color
:
var
(
--ui-color-primary-strong
);
background
:
#f1f4fb
;
background
:
#f1f4fb
;
...
...
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