This commit is contained in:
Mirco Wittrien 2021-09-27 16:45:10 +02:00
parent a5f628b74d
commit 4ef3a78cc8
2 changed files with 30 additions and 0 deletions

View File

@ -2310,6 +2310,21 @@ body::after {
background-color: transparent;
}
.colorSwatch-3g4qA8 { /* profilesettings colorswatch */
display: flex;
justify-content: center;
align-items: center;
}
.colorSwatch-3g4qA8 > [role="radio"] {
display: flex;
flex-direction: column;
align-items: center;
}
.colorSwatch-3g4qA8 > .dropperIconButton-2shYII {
width: 69px;
margin: auto;
}
.accountList-33MS45 { /* connections container */
background-color: rgba(var(--transparencycolor), .4);
}

View File

@ -1870,6 +1870,21 @@ img[src='/assets/58957d928db6fb9d4658eb882f33d7bc.svg'] {
object-position: -999999px -999999px;
}
.colorSwatch-3g4qA8 {
display: flex;
justify-content: center;
align-items: center;
}
.colorSwatch-3g4qA8 > [role="radio"] {
display: flex;
flex-direction: column;
align-items: center;
}
.colorSwatch-3g4qA8 > .dropperIconButton-2shYII {
width: 69px;
margin: auto;
}
#app-mount .authedApp-mj2Hmd {
background-color: var(--background-secondary);
}