add title attr to text text links (#1228)
* add title attr to text text links
* Revert "add title attr to text text links"
This reverts commit c028cd184e.
* use css tooltips
* add to expanded post state
* handle theming
* add to bskyweb
This commit is contained in:
@@ -79,6 +79,7 @@ export const PostMeta = observer(function (opts: PostMetaOpts) {
|
||||
lineHeight={1.2}
|
||||
text={timeElapsed}
|
||||
accessibilityLabel={niceDate(opts.timestamp)}
|
||||
title={niceDate(opts.timestamp)}
|
||||
accessibilityHint=""
|
||||
href={opts.postHref}
|
||||
/>
|
||||
@@ -94,6 +95,7 @@ const styles = StyleSheet.create({
|
||||
alignItems: isAndroid ? 'center' : 'baseline',
|
||||
paddingBottom: 2,
|
||||
gap: 4,
|
||||
zIndex: 1,
|
||||
},
|
||||
avatar: {
|
||||
alignSelf: 'center',
|
||||
|
||||
Reference in New Issue
Block a user