summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/common/profile-mode.css
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-14 19:30:41 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-14 19:30:41 +0200
commit48cd01768bd81c857162ac3dd70c523ac2c19c23 (patch)
tree0cb90363de46b6a9a593c5ab779198456b56e04c /themes/PaperMod/assets/css/common/profile-mode.css
parent867a3c0c44033242d03f022134b1b38d9eca5008 (diff)
sync theme
Diffstat (limited to 'themes/PaperMod/assets/css/common/profile-mode.css')
-rw-r--r--themes/PaperMod/assets/css/common/profile-mode.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/PaperMod/assets/css/common/profile-mode.css b/themes/PaperMod/assets/css/common/profile-mode.css
index 58f2819..9e98df5 100644
--- a/themes/PaperMod/assets/css/common/profile-mode.css
+++ b/themes/PaperMod/assets/css/common/profile-mode.css
@@ -10,19 +10,20 @@
text-align: center;
}
-.profile .profile_inner h1 {
- padding: 12px 0;
+.profile .profile_inner {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 10px;
}
.profile img {
- display: inline-table;
border-radius: 50%;
}
.buttons {
flex-wrap: wrap;
max-width: 400px;
- margin: 0 auto;
}
.button {