Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2020-11-12 16:45:34 +01:00
parent e3b88b6c12
commit 7de56dc59f
1 changed files with 5 additions and 6 deletions

View File

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