This commit is contained in:
Mirco Wittrien 2020-11-12 14:16:17 +01:00
parent eda0d6d9e8
commit df0aaa6f8c
2 changed files with 3 additions and 2 deletions

View File

@ -4527,7 +4527,7 @@ module.exports = (_ => {
}).flat(10).filter(n => n) }).flat(10).filter(n => n)
}), }),
buttons.length && BDFDB.ReactUtils.createElement("div", { buttons.length && BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN._repofootercontrols, className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN._repofootercontrols, isBeta && BDFDB.disCN._repocontrols),
children: buttons children: buttons
}) })
].flat(10).filter(n => n) ].flat(10).filter(n => n)

View File

@ -801,7 +801,8 @@ img:not([src]), img[src=""], img[src="null"] {
justify-content: center; justify-content: center;
cursor: pointer; cursor: pointer;
} }
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols] { [REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols],
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols] {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;