Remove unnecessary declarations of grid-area: left, right.

master
voussoir 2020-09-18 21:01:38 -07:00
parent 8da18ba502
commit 83d22d2736
2 changed files with 0 additions and 6 deletions

View File

@ -26,8 +26,6 @@
} }
#left #left
{ {
grid-area: left;
display: grid; display: grid;
grid-template: grid-template:
"editor_area" auto "editor_area" auto
@ -40,8 +38,6 @@
} }
#right #right
{ {
grid-area: right;
display: grid; display: grid;
position: relative; position: relative;
grid-template: "viewer" 1fr / 1fr; grid-template: "viewer" 1fr / 1fr;

View File

@ -64,7 +64,6 @@
} }
#left #left
{ {
grid-area: left;
flex: 1; flex: 1;
padding: 8px; padding: 8px;
@ -81,7 +80,6 @@
#right #right
{ {
grid-area: right;
flex: 1; flex: 1;
/* Keep the prev-next buttons from scraping the floor */ /* Keep the prev-next buttons from scraping the floor */