Fix camera UI gradient gap at bottom
This commit is contained in:
@@ -657,13 +657,14 @@ onUnmounted(() => {
|
|||||||
|
|
||||||
.camera-controls {
|
.camera-controls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 20px;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
padding-bottom: 40px;
|
||||||
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
|
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user