stuff
This commit is contained in:
parent
a0e3289ea8
commit
db6771fbaf
|
@ -6809,6 +6809,7 @@
|
||||||
children: [
|
children: [
|
||||||
BDFDB.ReactUtils.createElement("div", {
|
BDFDB.ReactUtils.createElement("div", {
|
||||||
className: BDFDB.disCN._repoheader,
|
className: BDFDB.disCN._repoheader,
|
||||||
|
style: {overflow: "visible"},
|
||||||
children: [
|
children: [
|
||||||
BDFDB.ReactUtils.createElement("span", {
|
BDFDB.ReactUtils.createElement("span", {
|
||||||
className: BDFDB.disCN._repoheadertitle,
|
className: BDFDB.disCN._repoheadertitle,
|
||||||
|
@ -8946,6 +8947,11 @@
|
||||||
#bd-settingspane-container ${BDFDB.dotCN._repoupdatebutton}[style] {
|
#bd-settingspane-container ${BDFDB.dotCN._repoupdatebutton}[style] {
|
||||||
display: none !important;
|
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} + * {
|
${BDFDB.dotCNS._repolist + BDFDB.dotCNS._repofooter + BDFDB.dotCN._repolinks} + * {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue