mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Merge pull request #334 from appwrite/elad-style-fixes-3
Elad style fixes 3
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
href="https://github.com/appwrite/appwrite/stargazers"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="aw-button is-text u-width-full-line"
|
||||
class="aw-button is-text aw-u-inline-width-100-percent-mobile"
|
||||
>
|
||||
<span class="aw-icon-star" aria-hidden="true" />
|
||||
<span class="text">Star on GitHub</span>
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
{/if}
|
||||
|
||||
<div
|
||||
class="aw-select is-colored aw-is-only-mobile"
|
||||
class="aw-select is-colored aw-is-only-mobile aw-u-inline-width-100-percent-mobile-break1"
|
||||
style:display={nativeMobile ? undefined : 'none'}
|
||||
>
|
||||
{#if selectedOption?.icon}
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="aw-mobile-header-end">
|
||||
<a href="https://cloud.appwrite.io/console" class="aw-button is-not-mobile">
|
||||
<a href="https://cloud.appwrite.io/console" class="aw-button aw-is-only-desktop">
|
||||
<span class="aw-sub-body-500">Go to console</span>
|
||||
</a>
|
||||
<button on:click={toggleSidenav} class="aw-button is-text" aria-label="open navigation">
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
use:scrollToTop
|
||||
>
|
||||
<span class="aw-icon-arrow-up" aria-hidden="true" />
|
||||
<span class="aw-sub-body-500">Back to top</span>
|
||||
<span class="aw-caption-400">Back to top</span>
|
||||
</button>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
<div class="u-sep-block-start u-padding-block-start-20">
|
||||
<button class="aw-link u-inline-flex u-cross-center u-gap-8" use:scrollToTop>
|
||||
<span class="aw-icon-arrow-up" aria-hidden="true" />
|
||||
<span class="aw-sub-body-500">Back to top</span>
|
||||
<span class="aw-caption-400">Back to top</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
</button>
|
||||
{/if}
|
||||
<div class="aw-side-nav-mobile-footer-buttons">
|
||||
<button class="aw-button u-width-full-line">
|
||||
<button class="aw-button aw-u-inline-width-100-percent-mobile">
|
||||
<span class="text">Go to console</span>
|
||||
</button>
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
href="https://github.com/appwrite/appwrite/stargazers"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="aw-button is-text u-width-full-line"
|
||||
class="aw-button is-text aw-u-inline-width-100-percent-mobile"
|
||||
>
|
||||
<span class="aw-icon-star" aria-hidden="true" />
|
||||
<span class="text">Star on GitHub</span>
|
||||
|
||||
@@ -711,9 +711,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aw-big-padding-section">
|
||||
<div class="aw-big-padding-section-level-1">
|
||||
<div class="aw-big-padding-section-level-2">
|
||||
<div class="aw-big-padding-section-level-1">
|
||||
|
||||
<div class="aw-big-padding-section-level-2">
|
||||
<div class="aw-container">
|
||||
<div class="aw-grid-1-1-opt-2 u-gap-32">
|
||||
<div class="">
|
||||
@@ -812,7 +812,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div
|
||||
class="aw-big-padding-section-level-2 is-margin-replace-padding u-position-relative"
|
||||
|
||||
@@ -98,9 +98,9 @@
|
||||
<div class="aw-inline-code">{platformType}</div>
|
||||
</div>
|
||||
<div class="aw-article-header-end">
|
||||
<div class="u-flex u-gap-24 aw-u-color-text-primary">
|
||||
<div class="u-flex u-gap-24 aw-u-flex-vertical-mobile aw-u-color-text-primary">
|
||||
<div class="u-flex u-cross-center u-gap-8">
|
||||
<label class="u-small is-not-mobile" for="platform">Platform</label>
|
||||
<label class="u-small aw-is-not-mobile" for="platform">Platform</label>
|
||||
<Select
|
||||
--min-width="10rem"
|
||||
id="platform"
|
||||
@@ -126,7 +126,7 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="u-flex u-cross-center u-gap-8">
|
||||
<label class="u-small is-not-mobile" for="version">Version</label>
|
||||
<label class="u-small aw-is-not-mobile" for="version">Version</label>
|
||||
|
||||
<Select
|
||||
nativeMobile
|
||||
@@ -340,7 +340,7 @@
|
||||
use:scrollToTop
|
||||
>
|
||||
<span class="aw-icon-arrow-up" aria-hidden="true" />
|
||||
<span class="aw-sub-body-500">Back to top</span>
|
||||
<span class="aw-caption-400">Back to top</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
|
||||
.#{$p}-icon-button [class*="icon"]{transition:var(--transition); }
|
||||
|
||||
.#{$p}-article {
|
||||
&-header { margin-block-start: var(--p-grid-huge-navs--margin-top-content-side-b); }
|
||||
}
|
||||
|
||||
@media #{$break1} {
|
||||
//--p-grid-huge-navs-padding-inline: #{pxToRem(20)};
|
||||
padding-inline:var(--p-grid-huge-navs-padding-inline);
|
||||
@@ -56,7 +60,6 @@
|
||||
&-header {
|
||||
position: static;
|
||||
margin-inline: var(--p-grid-huge-navs-padding-inline);
|
||||
margin-block-start: var(--p-grid-huge-navs--margin-top-content-side-b);
|
||||
inset-block-start: var(--p-grid-huge-navs-main-header-height);
|
||||
}
|
||||
&-header,
|
||||
|
||||
Reference in New Issue
Block a user