From 7de56dc59fb68599f29dcb9c3bcf58ff03ae1f70 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 12 Nov 2020 16:45:34 +0100 Subject: [PATCH] Update BDFDB.raw.css --- Library/_res/BDFDB.raw.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index fad1f63878..41b0ca32ce 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -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;