Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed May 3, 2019
1 parent fa31b65 commit 7b17a76
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HBBatchBeast/mainWindow.html
Original file line number Diff line number Diff line change
Expand Up @@ -5342,9 +5342,9 @@


/* set left 0 if macos */
right: 0;
/* right: 0; */

/* left: 0; */
left: 0;
height: 100%;
font-family: "Segoe MDL2 Assets";
font-size: 10px;
Expand Down Expand Up @@ -5381,7 +5381,7 @@
/* reverse order if not macos */

#window-controls #min-button {
grid-column: 1;
grid-column: 3;
}

#window-controls #max-button,
Expand All @@ -5390,15 +5390,15 @@
}

#window-controls #close-button {
grid-column: 3;
grid-column: 1;
}

#window-title {

/* include if macos */
/* top: 0;
top: 0;
right: 0;
position: absolute; */
position: absolute;



Expand Down

0 comments on commit 7b17a76

Please # to comment.