Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dist/css/tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ body.platform-win32.showMenuBar {
.side.right { justify-content: flex-end; }

#window-menu {
display: flex; align-items: center; gap: 0px 2px; padding: 0px 8px; height: 100%;
display: flex; align-items: center; gap: 0px 4px; padding: 0px 8px; height: 100%;
-webkit-app-region: no-drag; transition: background-color 0.1s ease-in-out;

&:hover { background-color: var(--color-shape-highlight-medium); }
.txt { line-height: 28px; }
.arrow {
width: 12px; height: 12px; background-size: contain; background-position: center; background-repeat: no-repeat;
width: 12px; height: 12px; background-size: 8px; background-position: center; background-repeat: no-repeat;
background-image: url('../img/icon/window/arrow.svg');
}
}
Expand Down Expand Up @@ -190,4 +190,4 @@ body.draggingOutside {
}

/* Drop target highlight for receiving window */
#tabs.dropTarget { outline: 2px dashed var(--color-shape-primary); outline-offset: -2px; }
#tabs.dropTarget { outline: 2px dashed var(--color-shape-primary); outline-offset: -2px; }
3 changes: 3 additions & 0 deletions dist/img/icon/window/arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
</div>
</div>
</body>
</html>
</html>