1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 03:24:20 +00:00

🐛 Remove layout 100% width causing overflow

This commit is contained in:
Steffo 2021-10-21 19:55:55 +02:00
parent 1e6f743474
commit fadbe7beca
Signed by: steffo
GPG key ID: 6965406171929D01
17 changed files with 11 additions and 18 deletions

View file

@ -346,8 +346,6 @@
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
// A layout with a single container spanning the whole screen.
@ -451,6 +449,9 @@
// Panels should try to fill the most space possible
width: 100%;
// And should be wide at least 400px
// min-width: 400px;
background-color: @c0;
border-color: @c1;

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -86,7 +86,6 @@
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
.bluelib .layout-fill {
padding: 4px;

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long

View file

@ -95,7 +95,6 @@ body .layout,
display: grid;
justify-content: stretch;
align-items: stretch;
width: 100%;
}
body .layout-fill,
.bluelib .layout-fill {

File diff suppressed because one or more lines are too long