mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix: top border of cards visible again
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
z-index: 2;
|
||||
|
||||
@media (min-width: 768px) {
|
||||
top: 48px;
|
||||
top: 54px;
|
||||
height: calc(100vh - 70px);
|
||||
}
|
||||
|
||||
|
||||
@@ -418,7 +418,7 @@
|
||||
|
||||
.studio-content {
|
||||
min-height: calc(100vh - 48px);
|
||||
margin-top: 48px;
|
||||
margin-top: 54px;
|
||||
width: 100vw;
|
||||
|
||||
padding-right: var(--space-4);
|
||||
|
||||
Reference in New Issue
Block a user