stuff
This commit is contained in:
parent
eda0d6d9e8
commit
df0aaa6f8c
|
@ -4527,7 +4527,7 @@ module.exports = (_ => {
|
|||
}).flat(10).filter(n => n)
|
||||
}),
|
||||
buttons.length && BDFDB.ReactUtils.createElement("div", {
|
||||
className: BDFDB.disCN._repofootercontrols,
|
||||
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN._repofootercontrols, isBeta && BDFDB.disCN._repocontrols),
|
||||
children: buttons
|
||||
})
|
||||
].flat(10).filter(n => n)
|
||||
|
|
|
@ -801,7 +801,8 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
justify-content: center;
|
||||
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;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue