Skip to content

Commit 138af1a

Browse files
committed
Big enhancements to SpriteEditor
1 parent 8fa7756 commit 138af1a

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

out/content/pages/spriteeditor/main.css

+19-9
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,6 @@ Spritemate stylesheet
28382838
float:right;
28392839
}
28402840

2841-
28422841
#preview-canvas
28432842
{
28442843
text-align: center;
@@ -2849,15 +2848,25 @@ Spritemate stylesheet
28492848
{
28502849
min-height: 30px;
28512850
padding-bottom: 8px;
2852-
image-rendering: optimizeSpeed; /* Older versions of FF */
2853-
image-rendering: -moz-crisp-edges; /* FF 6.0+ */
2854-
image-rendering: -webkit-optimize-contrast; /* Safari */
2855-
image-rendering: -o-crisp-edges; /* OS X & Windows Opera (12.02+) */
2856-
image-rendering: pixelated; /* Awesome future-browsers */
2857-
-ms-interpolation-mode: nearest-neighbor; /* IE */
28582851
}
28592852

2860-
2853+
.window_footer
2854+
{
2855+
min-height: 30px;
2856+
padding-top: 8px;
2857+
}
2858+
2859+
.window_footer-section {
2860+
margin-right: 10px;
2861+
padding-right: 10px;
2862+
float: left;
2863+
}
2864+
2865+
.window_footer_text {
2866+
text-align: right;
2867+
font-size: large;
2868+
display: inline-block;
2869+
}
28612870

28622871
/*
28632872
@@ -3023,7 +3032,8 @@ Spritemate stylesheet
30233032
}
30243033

30253034
.ui-tooltip {
3026-
max-width: fit-content;
3035+
white-space: nowrap;
3036+
position: fixed;
30273037
}
30283038

30293039
.ui-dialog .ui-dialog-titlebar

out/content/pages/spriteeditor/main.js

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)