Update BDFDB.raw.css

This commit is contained in:
Mirco Wittrien 2020-11-25 17:30:17 +01:00
parent a81fd3304e
commit f764643324
1 changed files with 11 additions and 0 deletions

View File

@ -511,6 +511,17 @@ img:not([src]), img[src=""], img[src="null"] {
padding: 0 10px;
margin-bottom: 10px;
}
[REPLACE_CLASS_settingstablecardlabel] {
display: flex;
align-items: center;
flex: 1 0 auto;
}
[REPLACE_CLASS_settingstablecardconfigs] {
display: flex;
align-items: center;
justify-content: space-between;
flex: 0 0 auto;
}
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardlabel] {
padding-right: 10px;
}