From 45620839de255813ae490af4f0d21bac9d0d35a9 Mon Sep 17 00:00:00 2001 From: Quang Huy Date: Wed, 16 Oct 2024 17:31:27 +0200 Subject: [PATCH] interface --- css/80_app.css | 8 ++++---- dist/iD.css | 8 ++++---- index.html | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 213ec2e..f90488f 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3,7 +3,7 @@ /* the root element of iD */ .ideditor { height: 100%; - width: 80%; + width: 100%; margin: 0; padding: 0; border: 0; @@ -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 */ @@ -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; @@ -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; diff --git a/dist/iD.css b/dist/iD.css index f3ae121..73bfd9f 100644 --- a/dist/iD.css +++ b/dist/iD.css @@ -3507,7 +3507,7 @@ /* the root element of iD */ .ideditor { height: 100%; - width: 80%; + width: 100%; margin: 0; padding: 0; border: 0; @@ -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 */ @@ -7938,7 +7938,7 @@ bottom: 0; overflow: hidden; height: 100%; - width: 80%; + width: 100%; background: #000; -webkit-user-select: none; -moz-user-select: none; @@ -8515,7 +8515,7 @@ overflow: hidden; margin: auto; z-index: 50; - width: 80%; + width: 100%; min-width: 200px; max-width: 550px; display: flex; diff --git a/index.html b/index.html index ab71772..256260c 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ /* apply document-level styling to standalone iD only */ html, body { - width: 80%; + width: 89%; height: 100%; margin: 0; padding: 0;