Changed design of account settings

This commit is contained in:
nizune
2021-08-04 12:21:29 +02:00
parent 907e11bd5e
commit 73c4bf34d6
2 changed files with 22 additions and 18 deletions

View File

@@ -4,11 +4,11 @@
margin-top: 5px;
gap: 24px;
width: 100%;
padding: 1em;
padding: 12px 10px;
display: flex;
overflow: hidden;
align-items: center;
background: var(--secondary-header);
/*background: var(--secondary-header);*/
border-radius: var(--border-radius);
.userDetail {
@@ -51,10 +51,13 @@
> div {
gap: 12px;
padding: 4px;
/*padding: 4px;*/
padding: 8px 12px;
display: flex;
align-items: center;
flex-direction: row;
background: var(--secondary-header);
border-radius: 6px;
> svg {
flex-shrink: 0;
@@ -70,16 +73,23 @@
.subtext {
display: inline;
font-size: .875rem;
font-size: 12px;
font-weight: 600;
color: var(--foreground);
text-transform: uppercase;
color: var(--secondary-foreground);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.entry {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 15px;
}
a {
font-size: .875rem;
cursor: pointer;
@@ -88,12 +98,6 @@
text-decoration: underline;
}
}
p {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
p {
@@ -481,7 +485,7 @@
display: flex;
height: 45px;
padding: 0 8px;
background: var(--tertiary-background);
background: var(--secondary-header);
border-radius: var(--border-radius);
margin-top: 0;