Update BDFDB.raw.css
This commit is contained in:
parent
e3b88b6c12
commit
7de56dc59f
|
@ -795,6 +795,11 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowcontentcolumn] {
|
||||
padding-top: 20px;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrolsbutton] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -812,12 +817,6 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > * {
|
||||
margin-left: 10px;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] > * {
|
||||
margin-left: 10px;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] > *:first-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_noticewrapper] {
|
||||
transition: height 0.5s ease !important;
|
||||
|
|
Loading…
Reference in New Issue