mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Merge pull request #533 from hdhoang/patch-2
guiset: show hoverlink in front of active tab title
This commit is contained in:
commit
70ed5d154c
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ export const potentialRules = {
|
|||
none: `display: none !important;`,
|
||||
right: `right: 0; display: inline;`,
|
||||
left: ``,
|
||||
"top-left": `top: 2em; display: inline;`,
|
||||
"top-right": `top: 2em; right: 0; display: inline;`,
|
||||
"top-left": `top: 2em; z-index: 2; display: inline;`,
|
||||
"top-right": `top: 2em; z-index: 2; right: 0; display: inline;`,
|
||||
},
|
||||
},
|
||||
tabstoolbar: {
|
||||
|
|
Loading…
Add table
Reference in a new issue