This commit is contained in:
Mirco Wittrien 2020-02-10 11:34:51 +01:00
parent a0e3289ea8
commit db6771fbaf
2 changed files with 7 additions and 1 deletions

View File

@ -6809,6 +6809,7 @@
children: [
BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCN._repoheader,
style: {overflow: "visible"},
children: [
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN._repoheadertitle,
@ -8946,6 +8947,11 @@
#bd-settingspane-container ${BDFDB.dotCN._repoupdatebutton}[style] {
display: none !important;
}
${BDFDB.dotCNS._repolist + BDFDB.dotCN._repocontrols} {
display: flex;
justify-content: center;
align-items: center;
}
${BDFDB.dotCNS._repolist + BDFDB.dotCNS._repofooter + BDFDB.dotCN._repolinks} + * {
margin-left: auto;
}

File diff suppressed because one or more lines are too long