Fixed rendering issue on iPhones
This commit is contained in:
parent
39bacf50bb
commit
f0b1b98023
@ -346,6 +346,7 @@ div.certificateQueueStatus ul li:last-child { border-bottom: 0; }
|
||||
|
||||
div.cardContent { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: horizontal; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }
|
||||
div.cardContent div.cardListColumn.column { -webkit-box-flex: 1; -webkit-flex: 1 0; -moz-box-flex: 1; -moz-flex: 1 0; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; overflow: hidden; z-index: 5; box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.1); }
|
||||
div.cardContent div.cardListColumn.column div.cardToolbar.narrow header div.settingsToggle .button .label { padding-right: 6px; padding-left: 6px; }
|
||||
div.cardContent div.cardListColumn.column.addCard div.cardList .cardListInnerWrapper { padding-bottom: 100px; }
|
||||
div.cardContent div.cardListColumn.column div.cardList { overflow: auto; -webkit-overflow-scrolling: touch; width: 100%; }
|
||||
div.cardContent div.cardListColumn.column div.addCardButton { font-family: 'clipperz-icons'; -webkit-font-feature-settings: "liga" 1, "dlig" 1; -moz-font-feature-settings: "liga" 1, "dlig" 1; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; z-index: 5; position: relative; bottom: 0px; font-size: 45pt; color: white; background-color: #1863a1; box-shadow: 2px 8px 6px 0 rgba(0, 0, 0, 0.2); width: 60px; height: 60px; position: absolute; margin-left: 25%; margin-bottom: 20px; cursor: pointer; }
|
||||
|
File diff suppressed because one or more lines are too long
@ -873,6 +873,18 @@ div.cardContent {
|
||||
box-shadow: 2px 0 6px 0 rgba(0,0,0, 0.1);
|
||||
|
||||
div.cardToolbar.narrow {
|
||||
header {
|
||||
div {
|
||||
&.settingsToggle {
|
||||
.button {
|
||||
.label {
|
||||
padding-right: 6px;
|
||||
padding-left: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.addCard {
|
||||
|
Loading…
Reference in New Issue
Block a user