8 lines
350 B
CSS
8 lines
350 B
CSS
/* Updater + Stats */
|
|
#updater,
|
|
#stats {
|
|
#{align}: #{if _conf["Updater Position"] is "top" then "24" else "2"}px !important;
|
|
#{Style.sidebarLocation[1]}: auto !important;
|
|
top: #{if _conf["Updater Position"] == "top" then "-1px" else "auto"} !important;
|
|
bottom: #{if _conf["Updater Position"] == "bottom" then "-2px" else "auto"} !important;
|
|
} |