tailwind #651

Merged
mmalmi merged 1 commits from mmalmi/snort:main into main 2023-10-16 15:12:06 +00:00
Collaborator
  • add tailwind build tools
  • add colors to NoteFooter buttons
  • catch fetch errors in fetchProfile
* add tailwind build tools * add colors to NoteFooter buttons * catch fetch errors in fetchProfile
mmalmi force-pushed main from 0106d1631a to 347eafda50 2023-10-15 20:58:45 +00:00 Compare
Kieran reviewed 2023-10-15 21:03:19 +00:00
@ -85,3 +85,3 @@
<FormattedMessage {...messages.Relays} />
</h3>
<div className="flex f-col mb10">
<div className="flex flex-col mb10">
Owner

Should this be flex-column

Should this be `flex-column`
Author
Collaborator

flex flex-col is the tailwind equivalent of our own .flex-column which sets both display: flex and flex-direction: column

`flex flex-col` is the tailwind equivalent of our own .flex-column which sets both `display: flex` and `flex-direction: column`
Owner

Oh, because i seen flex-column in the other file, is that something else?

Oh, because i seen `flex-column` in the other file, is that something else?
Author
Collaborator

flex-column is from index.css. They do the same thing, but would be more clear to use the tailwind classes going forward.

`flex-column` is from index.css. They do the same thing, but would be more clear to use the tailwind classes going forward.
Kieran marked this conversation as resolved
mmalmi force-pushed main from 347eafda50 to 0c7f605948 2023-10-16 11:11:50 +00:00 Compare
mmalmi force-pushed main from 0c7f605948 to 4aae5b8525 2023-10-16 11:45:26 +00:00 Compare
Kieran approved these changes 2023-10-16 15:10:18 +00:00
mmalmi force-pushed main from 4aae5b8525 to a47dc5bbbc 2023-10-16 15:10:36 +00:00 Compare
mmalmi merged commit a168465bdb into main 2023-10-16 15:12:06 +00:00
Sign in to join this conversation.
No description provided.