Skip to content

Commit

Permalink
twinkle: correct CSS comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Sep 12, 2017
1 parent d241401 commit 99b83ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 5 additions & 3 deletions twinkle-pagestyles.css
@@ -1,6 +1,8 @@
// This is loaded as a hidden peer gadget of Twinkle.
// Before core Twinkle has loaded, it adds space where the TW would go in the
// Vector skin, so that the top bar does not "jump".
/**
* This is loaded as a hidden peer gadget of Twinkle.
* Before core Twinkle has loaded, it adds space where the TW would go in the
* Vector skin, so that the top bar does not "jump".
*/
.client-js > body.skin-vector:not(.ns-special) #p-cactions,
.client-js > body.skin-vector.mw-special-Contributions #p-cactions,
.client-js > body.skin-vector.mw-special-DeletedContributions #p-cactions,
Expand Down
6 changes: 4 additions & 2 deletions twinkle.css
@@ -1,5 +1,7 @@
// Explicitly set width of TW menu so that we can use a hidden peer gadget
// to add space where the TW menu would go before it loads.
/**
* Explicitly set width of TW menu so that we can use a hidden peer gadget
* to add space where the TW menu would go before it loads.
*/
.skin-vector #p-twinkle {
width: 3em;
}

0 comments on commit 99b83ed

Please sign in to comment.