Skip to content

Commit

Permalink
[mini] made div a bit wider
Browse files Browse the repository at this point in the history
  • Loading branch information
Grovkillen committed Mar 7, 2020
1 parent 285e1a7 commit 1fcde37
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/0.1.nightly.5/info/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gui-easy",
"timestamp": 1583567796248,
"timestamp": 1583570480036,
"version": "0.1.5",
"versionName": "0.1.nightly.5",
"author": "Jimmy 'Grovkillen' Westberg <[email protected]> (https://grovkillen.com)",
Expand Down
4 changes: 2 additions & 2 deletions build/0.1.nightly.5/info/release.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
timestamp:1583567796248
timestamp:1583570480036
major:0
minor:1
revision:5
rc:0
dev:true
files:[{"build":"main","size":77102},{"build":"noDash","size":66062},{"build":"mini","size":6211}]
files:[{"build":"main","size":77102},{"build":"noDash","size":66062},{"build":"mini","size":6218}]
2 changes: 1 addition & 1 deletion build/0.1.nightly.5/info/source_files.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/0.1.nightly.5/mini.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified build/0.1.nightly.5/mini/index.htm.gz
Binary file not shown.
Binary file modified build/0.1.nightly.5/src-0.1.nightly.5.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gui-easy",
"timestamp": 1583567796248,
"timestamp": 1583570480036,
"version": "0.1.5",
"versionName": "0.1.nightly.5",
"author": "Jimmy 'Grovkillen' Westberg <[email protected]> (https://grovkillen.com)",
Expand Down
4 changes: 2 additions & 2 deletions src/index-minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ select option:checked {
font-size: 2em;
}
#x {
min-width: 300px;
max-width: 300px;
min-width: 320px;
max-width: 320px;
position: absolute;
top: 50%;
left: 50%;
Expand Down

0 comments on commit 1fcde37

Please sign in to comment.