Update BDFDB.raw.css
This commit is contained in:
parent
3e66af2745
commit
673dfc90fe
|
@ -800,12 +800,6 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrolsbutton] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols],
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols] {
|
||||
display: flex;
|
||||
|
@ -820,6 +814,15 @@ img:not([src]), img[src=""], img[src="null"] {
|
|||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols] > * {
|
||||
margin-left: 0;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrolsbutton] {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > [REPLACE_CLASS__repocontrolsbutton]:only-child {
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
[REPLACE_CLASS_noticewrapper] {
|
||||
transition: height 0.5s ease !important;
|
||||
|
|
Loading…
Reference in New Issue