Skip to content

Commit

Permalink
interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kaheetonaa committed Oct 16, 2024
1 parent e5f22fa commit 4562083
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* the root element of iD */
.ideditor {
height: 100%;
width: 80%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
Expand Down Expand Up @@ -525,7 +525,7 @@ button.loading .icon {
overflow-x: auto;
overflow-y: hidden;
height: 100%;
width: 80%;
width: 100%;

/* hide scrollbar but allow scrolling */
scrollbar-width: none; /* Firefox */
Expand Down Expand Up @@ -4406,7 +4406,7 @@ img.tile-debug {
bottom: 0;
overflow: hidden;
height: 100%;
width: 80%;
width: 100%;
background: #000;
user-select: none;
touch-action: none;
Expand Down Expand Up @@ -4977,7 +4977,7 @@ img.tile-debug {
overflow: hidden;
margin: auto;
z-index: 50;
width: 80%;
width: 100%;
min-width: 200px;
max-width: 550px;
display: flex;
Expand Down
8 changes: 4 additions & 4 deletions dist/iD.css
Original file line number Diff line number Diff line change
Expand Up @@ -3507,7 +3507,7 @@
/* the root element of iD */
.ideditor {
height: 100%;
width: 80%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
Expand Down Expand Up @@ -4037,7 +4037,7 @@
overflow-x: auto;
overflow-y: hidden;
height: 100%;
width: 80%;
width: 100%;

/* hide scrollbar but allow scrolling */
scrollbar-width: none; /* Firefox */
Expand Down Expand Up @@ -7938,7 +7938,7 @@
bottom: 0;
overflow: hidden;
height: 100%;
width: 80%;
width: 100%;
background: #000;
-webkit-user-select: none;
-moz-user-select: none;
Expand Down Expand Up @@ -8515,7 +8515,7 @@
overflow: hidden;
margin: auto;
z-index: 50;
width: 80%;
width: 100%;
min-width: 200px;
max-width: 550px;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/* apply document-level styling to standalone iD only */
html,
body {
width: 80%;
width: 89%;
height: 100%;
margin: 0;
padding: 0;
Expand Down

0 comments on commit 4562083

Please sign in to comment.