mirror of
https://github.com/partitioncloud/partitioncloud-server.git
synced 2025-01-23 17:26:26 +01:00
Update mobile.css
This commit is contained in:
parent
ec1d2bfb7e
commit
8289ff7c3d
@ -14,3 +14,22 @@
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 750px) {
|
||||||
|
#partitions-grid {
|
||||||
|
grid-template-columns: repeat(auto-fill, 170px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.partition {
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.partition-thumbnail {
|
||||||
|
width: 160px;
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.edit-button {
|
||||||
|
transform: translateX(-65%) translateY(-150%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user