Skip to content

Commit 224d569

Browse files
committed
fix: snapshots: overflowed delete button
(resolves #2194)
1 parent 9f1e7e9 commit 224d569

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/styles/themes/proton/page.setup/snapshots.styl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
// -
137137
.Snapshots .snapshot-list-section
138138
height: 100%
139-
max-width: 250px
139+
max-width: 260px
140140
flex: 1 0 auto
141141
z-index: 1
142142
overflow: hidden
@@ -170,7 +170,6 @@
170170
.Snapshots .snapshot
171171
position: relative
172172
display: flex
173-
min-width: max-content
174173
align-items: center
175174
padding: 8px 0 8px 8px
176175
cursor: default
@@ -245,13 +244,20 @@
245244

246245
.Snapshots .snapshot .info
247246
position: relative
247+
overflow: hidden
248248
font-size: rem(12)
249249
color: var(--toolbar-fg)
250250

251251
.Snapshots .snapshot[data-type="layer"] .info
252252
font-size: rem(12)
253253
color: var(--toolbar-fg)
254254

255+
.Snapshots .snapshot .date-time
256+
.Snapshots .snapshot .content-info
257+
overflow: hidden
258+
text-overflow: ellipsis
259+
white-space: nowrap
260+
255261
.Snapshots .snapshot .window
256262
position: relative
257263
white-space: nowrap

0 commit comments

Comments
 (0)