dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

 /**
 *
 * @title                   UserStatus
 * @description             Adds configurable user status to masthead avatars.
 * @author                  Americhino
 * @version                 0.9.0
 * @license                 CC-BY-SA 3.0
 * @notes                   Dependent on UserStatus script.
 **/
 /**
 *
 * @section                 Dropdown menu
 * @description             Styles MediaWiki:UserStatus/dropdown.js
 **/
#StatusToggle {
	padding-right: 26px;

}
#StatusChange .wds-dropdown {
    width: 100%;
}

#StatusToggle .wds-dropdown-chevron {
    position: absolute;
    right: 10px;
    transform: rotate(0deg);
}

#StatusChangeWrapper svg {
	padding: 6px 0px 0px 0px !important;
}