Add geolocation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user