Skip to content
Open
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
3 changes: 2 additions & 1 deletion js&css/extension/www.youtube.com/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,10 +707,11 @@ html[dark] .improvedtube-player-button svg path {
padding: 8px;
content: attr(data-tooltip);
transform: translateX(-50%);
white-space: nowrap;
color: var(--paper-tooltip-text-color, white);
border-radius: 2px;
background-color: var(--paper-tooltip-background, #616161);
z-index: 1002;
z-index: 999999;
}

/*------------------------------------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions menu/satus.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
*[data-value][data-value="false"] {margin-bottom: 0; margin-top: 0; transition: margin 0.14s linear !important;}
*[data-value][data-value="true"] {margin-bottom: -4.5px !important; margin-top: -3.5px; transition: margin 0.2s linear !important;}

/* Prevent toggle switches from being shrunk by the universal data-value rule */
.satus-switch[data-value] {
margin-bottom: 0 !important;
margin-top: 0 !important;
}

.satus-button--general, .satus-button--appearance, .satus-button--player {
margin-left: 9px !important;
margin-right: -18px !important;
Expand Down