fixed squashed titlebar buttons on windows

This commit is contained in:
bmFtZQ 2021-03-14 17:10:05 +08:00 committed by GitHub
parent 17de5d7710
commit cc1fd6eec5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 30 deletions

View file

@ -9,35 +9,6 @@
@import "findbar/findbar.css";
@import "tabbar/EdgeStyleTabShadow.css";
/* Small Tweaks to make it look more like Edge */
/* Swap Account icon and Overflow icon (Must be placed next to each other) */
/*
@media (min-width: 687px) {
#nav-bar-overflow-button {
transform: translateX(-44px);
}
#fxa-toolbar-menu-button {
transform: translateX(44px);
}
}
*/
/* Replace Firefox identity icon with Edge */
/*
#identity-icon-label
{
display: none !important;
}
#identity-box.chromeUI[pageproxystate="valid"]::after {
content: "Edge";
padding-inline-start: 8px;
}
#identity-icon {
list-style-image: url("icons/edge.svg") !important;
}
*/
#urlbarView-row-162, #urlbarView-row-19, #urlbar .urlbarView .search-one-offs, /* Hide search engine selector on the urlbar dropdown */
#context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */
#permissions-granted-icon, #appMenu-fxa-status, toolbarseparator.sync-ui-item, #appMenu-protection-report-button, #appMenu-tp-separator, /* Hide Account and protection dashboard from menu */
@ -45,3 +16,21 @@
{
display: none !important;
}
/* Swap Account icon and Overflow icon (Must be placed next to each other) */
/*
@media (min-width: 687px) {
#nav-bar-overflow-button { transform: translateX(-44px); }
#fxa-toolbar-menu-button { transform: translateX(44px); }
}
*/
/* Replace Firefox identity icon with Edge */
/*
#identity-icon-label { display: none !important; }
#identity-box.chromeUI[pageproxystate="valid"]::after { content: "Edge"; padding-inline-start: 8px; }
#identity-icon { list-style-image: url("icons/edge.svg") !important; }
*/
/* Changelog (DD/MM) */
/* 14-03 / Titlebar buttons no longer squashed on windows */