Skip to content

Commit

Permalink
Fix tap area and hover behavior to match native items (#2124)
Browse files Browse the repository at this point in the history
* Fix tap area and hover behavior to match native items

* version bump

* nit
  • Loading branch information
nightpool authored Jul 30, 2023
1 parent 3fdcb43 commit efaf073
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Extensions/xkit_preferences.css
Original file line number Diff line number Diff line change
Expand Up @@ -1467,6 +1467,19 @@
opacity: .65;
}

.xkit--react nav #xkit_button {
margin: 0
}

.xkit--react nav #xkit_button button {
padding: 8px 16px;
width: 100%
}

.xkit--react nav #xkit_button button:hover {
background-color: rgba(var(--white-on-dark), .07);
}

@media (min-width: 1162px) {
.xkit--react nav #xkit_button {
justify-content: flex-start;
Expand Down
2 changes: 1 addition & 1 deletion Extensions/xkit_preferences.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//* TITLE XKit Preferences **//
//* VERSION 7.6.24 **//
//* VERSION 7.7.0 **//
//* DESCRIPTION Lets you customize XKit **//
//* DEVELOPER new-xkit **//

Expand Down

0 comments on commit efaf073

Please sign in to comment.