Improve layout of stacks in crafting table
This commit is contained in:
@@ -28,22 +28,23 @@ All rights reserved.
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
table { background: $color-table-background; width: 100%; }
|
||||
table.main {
|
||||
background: $color-table-background; width: 100%;
|
||||
|
||||
td {
|
||||
border-left: 0.1em solid $color-gray-light;
|
||||
padding: 0 1em 1em 1em;
|
||||
width: 25%;
|
||||
td.list {
|
||||
position: relative;
|
||||
border-left: 0.1em solid $color-gray-light;
|
||||
min-height: 12em;
|
||||
padding: 0 1em 1em 1em;
|
||||
width: 25%;
|
||||
|
||||
&:first-child { border-left: 0; }
|
||||
&:first-child { border-left: 0; }
|
||||
}
|
||||
}
|
||||
|
||||
textarea, ul {
|
||||
position: relative;
|
||||
textarea, table.list {
|
||||
position: relative; height: 100%; width: 100%;
|
||||
font-size: $font-size-normal;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 12em;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user