mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: alignment.
This commit is contained in:
@@ -236,8 +236,8 @@
|
||||
}
|
||||
|
||||
.box-holder {
|
||||
right: 2rem;
|
||||
bottom: 1rem;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
}
|
||||
@@ -255,4 +255,10 @@
|
||||
color: var(--mid-neutrals-50, #818186);
|
||||
font-family: var(--font-family-sansSerif, Inter);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.is-float {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user