feat: add user face to control center if available

also improved quickactions hostname widget and removed unnecessary stylesheet
This commit is contained in:
retrozinndev
2025-08-17 22:01:54 -03:00
parent 39a052cc07
commit 74968ff17a
4 changed files with 27 additions and 70 deletions
+20 -3
View File
@@ -30,9 +30,26 @@
& .quickactions {
margin-bottom: .8em;
& .hostname {
font-size: 15px;
font-weight: 600;
& .user-face {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 32px;
min-width: 34px;
margin-right: 6px;
border-radius: 50%;
}
& .user-host {
.user {
font-size: 15px;
font-weight: 600;
}
.host {
color: colors.$fg-disabled;
font-size: 10px;
font-weight: 500;
}
}
& > box:not(.button-row) image {