switch all width & height to logical CSS
This commit is contained in:
parent
3be335e79c
commit
b41ca7411c
1 changed files with 5 additions and 5 deletions
|
@ -14,11 +14,11 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
height: 100%;
|
block-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-row {
|
.panel-row {
|
||||||
height: 100%;
|
block-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-back-arrow {
|
.panel-back-arrow {
|
||||||
|
@ -56,7 +56,7 @@ table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-header {
|
.panel-header {
|
||||||
height: 54px;
|
block-size: 54px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
@ -109,8 +109,8 @@ table {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
height: 54px;
|
block-size: 54px;
|
||||||
width: 100%;
|
inline-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-columns {
|
.footer-columns {
|
||||||
|
|
Loading…
Add table
Reference in a new issue