Skip to content

Commit 270d6b2

Browse files
hauxirclaude
andcommitted
Stop player topbar from clipping the progress badge tooltip
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b388513 commit 270d6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/frontend/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ video::cue {
331331
.search-history { position: absolute; top: 100%; left: 0; right: 0; max-height: 200px; overflow-y: auto; margin-top: 10px; }
332332
.search-history-item { padding: 10px 15px; color: rgba(255,255,255,0.7); cursor: pointer; text-align: left; border-radius: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
333333
.search-history-item:hover, .search-history-item:focus-visible { background: rgba(255,255,255,0.1); color: white; outline: none; }
334-
.topbar-flex { display: flex; justify-content: space-between; align-items: center; }
334+
.topbar-flex { display: flex; justify-content: space-between; align-items: center; overflow: visible; }
335335
.topbar-flex > button:first-child { position: relative; left: auto; flex-shrink: 0; }
336336
.topbar-flex > .filename-truncate { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; position: relative; left: auto; right: auto; max-width: none; }
337337
.topbar-flex > .buttons { flex-shrink: 0; position: relative; margin-right: 0; }

0 commit comments

Comments
 (0)