Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2020-11-12 16:48:19 +01:00
parent 3e66af2745
commit 673dfc90fe
1 changed files with 9 additions and 6 deletions

View File

@ -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;