diff --git a/package.nw/gt_roster.html b/package.nw/gt_roster.html
index 634fb260..027270d3 100644
--- a/package.nw/gt_roster.html
+++ b/package.nw/gt_roster.html
@@ -376,15 +376,14 @@
-
-
-
-
+
+
+
+
diff --git a/package.nw/lib/roster.js b/package.nw/lib/roster.js
index febbf90a..2cbdca75 100644
--- a/package.nw/lib/roster.js
+++ b/package.nw/lib/roster.js
@@ -846,15 +846,18 @@ function setVisual()
if (g_rosterSettings.controlsExtended)
{
RosterControls.className = "extended";
+ instancesWrapper.style.display = "";
}
else
{
RosterControls.className = "normal";
+ instancesWrapper.style.display = "none";
}
}
else
{
RosterControls.className = "hidden";
+ instancesWrapper.style.display = "none";
}
// Award Hunter
@@ -1485,6 +1488,7 @@ function openIgnoreEdit()
worker += "";
editTables.innerHTML = worker;
+ editView.style.height = ( window.innerHeight - 50) + "px";
}
function onMyKeyDown(event)
diff --git a/package.nw/lib/style_roster.css b/package.nw/lib/style_roster.css
index 38ac95cc..d79b9cf9 100644
--- a/package.nw/lib/style_roster.css
+++ b/package.nw/lib/style_roster.css
@@ -373,27 +373,9 @@ body.roster {
padding: 2px;
}
-#instancesWrapper {
- flex: 0 0 auto;
- display: flex;
- flex-direction: column;
- align-items: stretch;
- justify-content: flex-start;
- min-width: 80px;
- max-width: 160px;
- margin-top: 22px;
- text-align: right;
-}
-#instancesWrapper h3 {
- text-align: left;
- font-size: 12px;
- margin: 0px;
- margin-bottom: 2px;
- padding: 0;
- text-align: right;
-}
+
#instancesWrapper .button {
- display: block;
+ display: inline-block;
margin: 1px;
padding: 2px;
border-width: 1px;