mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
style fixes iOS (#3867)
This commit is contained in:
parent
3e02f5c500
commit
3204ff8e0c
10
website/assets/styles/pages/platform.less
vendored
10
website/assets/styles/pages/platform.less
vendored
@ -68,21 +68,21 @@
|
||||
svg {
|
||||
position: absolute;
|
||||
left: -50px;
|
||||
top: -35px;
|
||||
top: -30px;
|
||||
bottom: 0px;
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
vertical-align: middle;
|
||||
z-index: -1;
|
||||
width: 367px;
|
||||
height: 180px;
|
||||
}
|
||||
img:not(a > img) {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
height: 120px;
|
||||
z-index: 1;
|
||||
left: 60px;
|
||||
bottom: 30px;
|
||||
bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -342,7 +342,7 @@
|
||||
position: absolute;
|
||||
top: -20px;
|
||||
left: 0px;
|
||||
overflow: overlay;
|
||||
overflow: visible;
|
||||
vertical-align: middle;
|
||||
z-index: -1;
|
||||
width: 100%;
|
||||
|
1
website/views/layouts/layout-customer.ejs
vendored
1
website/views/layouts/layout-customer.ejs
vendored
@ -155,6 +155,7 @@
|
||||
<script src="/js/pages/homepage.page.js"></script>
|
||||
<script src="/js/pages/legal/privacy.page.js"></script>
|
||||
<script src="/js/pages/legal/terms.page.js"></script>
|
||||
<script src="/js/pages/platform.page.js"></script>
|
||||
<script src="/js/pages/press-kit.page.js"></script>
|
||||
<script src="/js/pages/pricing.page.js"></script>
|
||||
<script src="/js/pages/query-detail.page.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user