Skip to content

Commit

Permalink
chatgpt to genie 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vickeykumar committed Feb 4, 2025
1 parent fd78df8 commit 58f8c55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
uses: wemake-services/docker-image-size-limit@master
with: # lint this image by itself
image: 'openrepl:latest'
size: 2560MB
size: 3GB
max_layers: 15
show_current_size: true
exit_zero: true
1 change: 1 addition & 0 deletions src/resources/css/scribbler-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ input[type=text],[type=email], select, textarea, email {
.menu {
text-align: right;
padding: 0.5rem 1rem;
z-index: 1;
}

.toggle {
Expand Down
2 changes: 1 addition & 1 deletion src/resources/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58f8c55

Please sign in to comment.