From 8d74a0a9b52c5b5a04b0986e5fbec9b47a35823e Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 4 Oct 2020 15:06:52 +0200 Subject: [PATCH] Navigation plugin: fix arrow style --- plugins/navigation/style.css | 50 +++++++++++------------ plugins/navigation/templates/back.html | 26 ++---------- plugins/navigation/templates/forward.html | 26 ++---------- 3 files changed, 33 insertions(+), 69 deletions(-) diff --git a/plugins/navigation/style.css b/plugins/navigation/style.css index 5c7331cddc..28693ba813 100644 --- a/plugins/navigation/style.css +++ b/plugins/navigation/style.css @@ -1,17 +1,17 @@ .navigation-item { - font-family : Roboto, Noto Naskh Arabic UI, Arial, sans-serif; - font-size : 20px; - line-height : var(--ytmusic-title-1_-_line-height); - font-weight : 500; - color : #fff; - --yt-endpoint-color : #fff; - --yt-endpoint-hover-color : #fff; + font-family: Roboto, Noto Naskh Arabic UI, Arial, sans-serif; + font-size: 20px; + line-height: var(--ytmusic-title-1_-_line-height); + font-weight: 500; + color: #fff; + --yt-endpoint-color: #fff; + --yt-endpoint-hover-color: #fff; --yt-endpoint-visited-color: #fff; - display : inline-flex; - align-items : center; - color : rgba(255, 255, 255, 0.5); - cursor : pointer; - margin : 0 var(--ytmusic-pivot-bar-tab-margin); + display: inline-flex; + align-items: center; + color: rgba(255, 255, 255, 0.5); + cursor: pointer; + margin: 0 var(--ytmusic-pivot-bar-tab-margin); } .navigation-item:hover { @@ -19,18 +19,18 @@ } .navigation-icon { - display : inline-flex; - -ms-flex-align : center; - -webkit-align-items : center; - align-items : center; - -ms-flex-pack : center; + display: inline-flex; + -ms-flex-align: center; + -webkit-align-items: center; + align-items: center; + -ms-flex-pack: center; -webkit-justify-content: center; - justify-content : center; - position : relative; - vertical-align : middle; - fill : var(--iron-icon-fill-color, currentcolor); - stroke : none; - width : var(--iron-icon-width, 24px); - height : var(--iron-icon-height, 24px); - animation : var(--iron-icon_-_animation); + justify-content: center; + position: relative; + vertical-align: middle; + fill: var(--iron-icon-fill-color, currentcolor); + stroke: none; + width: var(--iron-icon-width, 24px); + height: var(--iron-icon-height, 24px); + animation: var(--iron-icon_-_animation); } diff --git a/plugins/navigation/templates/back.html b/plugins/navigation/templates/back.html index 157a461386..2a67516361 100644 --- a/plugins/navigation/templates/back.html +++ b/plugins/navigation/templates/back.html @@ -4,26 +4,6 @@ role="tab" onclick="goToPreviousPage()" > -
- - - - - -
-