Add geolocation

This commit is contained in:
dwrz
2026-06-29 18:13:57 +00:00
parent 8a821bea28
commit ab24f07d5c
4 changed files with 94 additions and 11 deletions

View File

@@ -273,6 +273,10 @@ body {
height: var(--action-icon-size);
}
.compose__action-btn--location.active {
color: var(--color-green);
}
.compose__action-btn--record.recording {
color: white;
background: var(--color-recording);
@@ -330,6 +334,12 @@ body {
border-top: 1px dotted var(--color-border-light);
}
.compose__actions-left {
display: flex;
align-items: center;
gap: 0.125rem;
}
.compose__actions-right {
display: flex;
align-items: center;