Fix automatic vendor prefix removal
This commit is contained in:
parent
d08cd4d1cd
commit
ecf0ee0c34
10 changed files with 31 additions and 10 deletions
|
@ -92,10 +92,12 @@
|
|||
|
||||
.headerLeft,
|
||||
.skinHeader {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.detailButton-mobile,
|
||||
.skinHeader {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.pageTitleWithLogo {
|
||||
|
@ -119,6 +121,7 @@
|
|||
|
||||
.headerLeft,
|
||||
.headerRight {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.hiddenViewMenuBar .skinHeader {
|
||||
|
@ -542,6 +545,7 @@
|
|||
|
||||
.detailButton-mobile,
|
||||
.mainDetailButtons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.itemName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue