diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index c6b575355f..46f98518f1 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -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;