mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #1092 from FatumaA/fix-1008-some-navigation-items-are-hidden-in-tablet-view
fix: set visibility boolean to is-not-desktop
This commit is contained in:
@@ -158,7 +158,7 @@
|
||||
<span class="text">Storage</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="drop-list-item is-only-mobile">
|
||||
<li class="drop-list-item is-not-desktop">
|
||||
<a
|
||||
class="drop-button"
|
||||
href={`${projectPath}/settings`}
|
||||
@@ -197,7 +197,7 @@
|
||||
<span class="text">Settings</span>
|
||||
</a>
|
||||
|
||||
<ul class="drop-list is-only-mobile">
|
||||
<ul class="drop-list is-not-desktop">
|
||||
{#if isCloud && $organization?.billingPlan !== BillingPlan.SCALE}
|
||||
<li class="drop-list-item">
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user