forked from 0x2620/oxjs
fix resizing behavior of lists sections
This commit is contained in:
parent
2a4703b0b5
commit
6cf02b4e61
2 changed files with 10 additions and 2 deletions
|
|
@ -143,7 +143,8 @@ Dialog
|
|||
}
|
||||
|
||||
.OxDialog > .OxContent {
|
||||
top: 24px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
bottom: 24px;
|
||||
height: 100%;
|
||||
//padding: 16px;
|
||||
|
|
@ -816,6 +817,11 @@ Lists
|
|||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.OxTextList .OxBar .OxTitle img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin: -1px 0 0 -4px;
|
||||
}
|
||||
.OxTextList .OxBar .OxTitle:first-child {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue