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:
parent
1e6f743474
commit
fadbe7beca
17 changed files with 11 additions and 18 deletions
5
src/rules/skeleton.less
vendored
5
src/rules/skeleton.less
vendored
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
|
@ -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
Loading…
Reference in a new issue