Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix button widths in the Settings on web (#3165)

* Fix button widths in the Settings on Web
Had to set `box-sizing: content-box` because
in certain translations the buttons would
become multiline.

Fixes #3060.

* you know what. whatever. i didn't want to be able to change box-sizing anyways. i'm perfectly happy with this workaround.

* ...

* flex-grow: 1

authored by

Alice and committed by
GitHub
596e744d 1aaed1cc

+1
+1
src/view/com/util/forms/SelectableBtn.tsx
··· 57 57 btn: { 58 58 flexDirection: 'row', 59 59 justifyContent: 'center', 60 + flexGrow: 1, 60 61 borderWidth: 1, 61 62 borderLeftWidth: 0, 62 63 paddingHorizontal: 10,