Overview
| Comment: | Revert changement de taille du bouton (est super petit sur certain site) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
d5e30a5b87c4c88b304336b1c45f8539 |
| User & Date: | IllusionPerdu on 2017-10-28 00:22:35 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 01:16 | Permet de pouvoir utiliser Grammalecte sur twitter check-in: 686fe8194d user: IllusionPerdu tags: fx, FixWebext | |
| 00:22 | Revert changement de taille du bouton (est super petit sur certain site) check-in: d5e30a5b87 user: IllusionPerdu tags: fx, FixWebext | |
| 00:16 | Ajout de MutationObserver, ajout dans le css et isolation du xNode du menu (tester uniquement sur Chrome check-in: c422898599 user: IllusionPerdu tags: fx, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [bf1c920fc1] to [a11d83b688].
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | - - + + |
/*
CSS
Button and menu for Grammalecte
*/
/*
Button
*/
.grammalecte_menu_main_button {
position: absolute;
display: none;
margin: -8px 0 0 -8px;
|
| ︙ |