mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
More compact profile metadata boxes
This commit is contained in:
parent
61699b322d
commit
155bb2c705
1 changed files with 5 additions and 3 deletions
|
@ -138,7 +138,7 @@
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
background-color: var(--bg-faded-color);
|
background-color: var(--bg-faded-color);
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 8px;
|
border-radius: 16px;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
.account-container .stats > * {
|
.account-container .stats > * {
|
||||||
|
@ -165,7 +165,9 @@
|
||||||
.account-container .profile-metadata {
|
.account-container .profile-metadata {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 12px;
|
gap: 2px;
|
||||||
|
border-radius: 16px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.account-container .profile-field {
|
.account-container .profile-field {
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
@ -173,7 +175,7 @@
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
background-color: var(--bg-faded-color);
|
background-color: var(--bg-faded-color);
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 8px;
|
border-radius: 4px;
|
||||||
filter: saturate(0.75);
|
filter: saturate(0.75);
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue