mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-29 12:48:57 +03:00
Make it shrink for profile page
This commit is contained in:
parent
df047131bb
commit
18a5742bfc
1 changed files with 3 additions and 0 deletions
|
@ -198,6 +198,9 @@
|
|||
line-height: 1.25;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.timeline-start .account-container .profile-field {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.account-container :is(.note, .profile-field) .invisible {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue