add show tab-line option

This commit is contained in:
bmFtZQ 2021-03-21 09:20:17 +08:00 committed by GitHub
parent d260608e50
commit a6524bb95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,11 @@
/* @import "extras/hidetoolbarbuttons.css"; */ /* (BUGGY: USE AT OWN RISK!) Hide toolbar buttons other than extensions */
/* @import "extras/swapaccount-overflow.css"; */ /* (BUGGY: USE AT OWN RISK!) Swap Account icon and Overflow icon (must be placed next to each other) */
/* Display tab-line above tabs */
/*
.tab-line { display: -moz-box !important; }
*/
/* (MACOS ONLY!) Adjust window controls position to make the spacing even */
/*
.titlebar-buttonbox { margin-inline: 13px 5px !important; }
@ -29,4 +34,4 @@
/* Changelog (DD/MM) */
/* 86.0 / Titlebar buttons no longer squashed on windows */
/* 86.0 r1 / Fix spacing issues with <select> menupopups */
/* 86.0 r2 / Add Optional Extras: Vibrancy(macOS), hidetoolbarbuttons / Fixed blurry text for some users, corrected colours. */
/* 86.0 r2 / Add Optional Extras: Vibrancy(macOS), hidetoolbarbuttons / Fixed blurry text for some users. */