9 lines
365 B
CSS
9 lines
365 B
CSS
/* Updater + Stats */
|
|
#updater,
|
|
#thread-stats {
|
|
#{align}: #{if _conf["Updater Position"] is "bottom" and not _conf["Hide Delete UI"] then 23 else 2}px !important;
|
|
#{Style.sidebarLocation[1]}: auto !important;
|
|
top: auto !important;
|
|
bottom: auto !important;
|
|
#{if _conf["Updater Position"] is 'top' then "top: 18px !important" else "bottom: 0 !important"};
|
|
} |