This commit is contained in:
poslop
2023-03-24 15:23:01 -05:00
parent a3e93cd5a2
commit adfa36a4fd
13 changed files with 493 additions and 376 deletions

View File

@@ -604,7 +604,7 @@ img:not([src]), img[src=""], img[src="null"] {
filter: grayscale(0.2);
}
[REPLACE_CLASS_settingspanel] [REPLACE_CLASS_hovercardwrapper] {
width: calc(100% - 22px);
width: calc(100% - 32px);
}
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] {
padding: 10px 0;
@@ -744,7 +744,7 @@ img:not([src]), img[src=""], img[src="null"] {
display: flex;
align-items: center;
flex: 1 0 auto;
margin-right: 10px;
margin-right: 20px;
margin-left: 10px;
}
[REPLACE_CLASS_settingstableheaderoptions] {
@@ -778,6 +778,9 @@ img:not([src]), img[src=""], img[src="null"] {
padding: 0 10px;
margin-bottom: 10px;
}
[REPLACE_CLASS_settingstablecard][REPLACE_CLASS_cardprimaryoutline] {
border: 1px solid var(--background-tertiary);
}
[REPLACE_CLASS_settingstablecardlabel] {
display: flex;
align-items: center;