MediaWiki:Gadget-WatchlistNotice.css

/* show watchlist notice (it is hidden if the gadget is disabled) */
#watchlist-message {
	display:block !important;
}

/* allow resizing watchlist notice */
#watchlist-message-inner {
	resize:vertical;
}