mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
UI : Improved presentation of personal information
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
5063b76c8a
commit
c46716b55c
1 changed files with 7 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ select {
|
|||
padding: 20px;
|
||||
max-width: 1700px;
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
grid-column-gap: 10px;
|
||||
|
||||
.section {
|
||||
padding: 10px 10px;
|
||||
|
|
@ -97,6 +98,12 @@ select {
|
|||
h2 {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
> label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.personal-info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue