Skip to content

Commit

Permalink
delete unused elements
Browse files Browse the repository at this point in the history
  • Loading branch information
nglmercer committed Dec 16, 2024
1 parent c7dab8c commit 25ec052
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 1,036 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The electronjs application launcher",
"keywords": [],
"main": "./main.js",
"version": "1.2.5",
"version": "1.2.8",
"author": "melser",
"scripts": {
"start": "electron ./src",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/nglmercer/multiztream-live"
},
"main": "./main.js",
"version": "1.2.5",
"version": "1.2.8",
"devDependencies": {
"electron": "31.4.0"
},
Expand Down
12 changes: 9 additions & 3 deletions src/public/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,15 @@ button {
}


.chat1 { grid-area: 1 / 1 / 5 / 4; }
.gift2 { grid-area: 1 / 4 / 5 / 7; }
.events3 { grid-area: 5 / 1 / 7 / 7; }
.chat1 { grid-area: 1 / 1 / 5 / 4;
resize: vertical;
}
.gift2 { grid-area: 1 / 4 / 5 / 7;
resize: vertical;
}
.events3 { grid-area: 5 / 1 / 7 / 7;
resize: vertical;
}
@media (max-width: 680px) {
.LiveContainer {
grid-template-columns: 1fr; /* Cambia a una sola columna */
Expand Down
60 changes: 0 additions & 60 deletions src/public/components/renderhtml.js

This file was deleted.

Empty file.
Loading

0 comments on commit 25ec052

Please sign in to comment.