Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Fix positioning for audio icon in the tab title (which is next to site icon) #5886

Merged
merged 1 commit into from
Nov 28, 2016
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
10 changes: 5 additions & 5 deletions less/tabs.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,9 @@
padding: 0;
width: 100%;
align-items: center;
justify-content: space-between;
justify-content: center;
border: 1px solid rgba(0, 0, 0, 0.0);
border-bottom: 1px;
padding: 0 4px;
@media screen and (max-width: @breakpointFitTabCloseButton) {
padding: 0 2px;
}

.tabTitle {
-webkit-user-select: none;
Expand All @@ -97,6 +93,8 @@
display: inline-block;
font-size: 12px;
text-align: center;
margin-left: 4px;
margin-right: 4px;
}

.privateIcon {
Expand Down Expand Up @@ -176,6 +174,8 @@
text-align: center;
width: 16px;
height: 16px;
margin-left: 4px;
margin-right: 4px;

&:hover {
opacity: 1;
Expand Down
1 change: 0 additions & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
@breakpointNarrowViewport: 600px;
@breakpointExtensionButtonPadding: 720px;
@breakpointSmallWin32: 650px;
@breakpointFitTabCloseButton: 520px;
@breakpointTinyWin32: 500px;
@transitionDuration: 100ms;

Expand Down