Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@
/* justify-content: space-between; */
}

.mobile-icons-bar-content > * {
flex-shrink: 0;
}

/* Tablet overrides (spaced-out) */
@media (min-width: 768px) {
.mobile-icons-bar-content {
min-width: 0;
width: 100%;
justify-content: space-between;
gap: 0; /* Remove gap if using space-between */
}
}

/*
.mobile-chat-section {
flex: 1;
Expand Down
Empty file removed jules-scratch/dev.log
Empty file.
Binary file removed jules-scratch/verification/error.png
Binary file not shown.
21 changes: 0 additions & 21 deletions jules-scratch/verification/verify_attachment_icon.py

This file was deleted.

37 changes: 0 additions & 37 deletions jules-scratch/verification/verify_chat.py

This file was deleted.

27 changes: 0 additions & 27 deletions jules-scratch/verification/verify_icons.py

This file was deleted.