9 lines
270 B
CSS
9 lines
270 B
CSS
/* Updater + Stats */
|
|
#updater,
|
|
#stats {
|
|
#{align}: 2px !important;
|
|
#{Style.sidebarLocation[1]}: auto !important;
|
|
top: auto !important;
|
|
bottom: auto !important;
|
|
#{if _conf["Updater Position"] is 'top' then "top: 1.6em !important" else "bottom: 0 !important"};
|
|
} |