1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-29 01:45:30 +00:00

proposal: add max height limit and overflow for organization profile

as title, maybe usefull for user to jump to repository quickly
when the profile READEME is too long

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
a1012112796 2024-06-13 09:23:27 +08:00
parent 7115dce773
commit ef4f1cffd8
No known key found for this signature in database
GPG Key ID: E5FB19032C2C2A64

View File

@ -108,6 +108,11 @@
border: 1px solid var(--color-secondary);
}
.organization.profile #readme_profile {
max-height: 40vh;
overflow: auto;
}
#notification_table {
background: var(--color-box-body);
border: 1px solid var(--color-secondary);