Fix some typos
This commit is contained in:
parent
44b03beec3
commit
32348dd058
|
@ -54,5 +54,5 @@
|
||||||
"desktop": "assets/screenshot-desktop.jpg",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.jpg"
|
"mobile": "assets/screenshot-mobile.jpg"
|
||||||
},
|
},
|
||||||
"version": "0.5.2"
|
"version": "0.5.3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,6 +16,8 @@ follow the instructions to enable the search feature.
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
<div class="js-search-results hide"></div>
|
<div class="js-search-results hide"></div>
|
||||||
<p class="m-no-found align-center hide js-no-results">{{t "No results for your search, try something different."}}</>
|
<p class="m-no-found align-center hide js-no-results">
|
||||||
|
{{t "No results for your search, try something different."}}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
--article-shadow-normal: 0 10px 10px rgba(0,0,0,0.08);
|
--article-shadow-normal: 0 10px 10px rgba(0,0,0,0.08);
|
||||||
--article-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2);
|
--article-shadow-hover: 0 4px 60px 0 rgba(0,0,0,0.2);
|
||||||
--transparent-background-color: rgba(255,255,255,0.99);
|
--transparent-background-color: rgba(255,255,255,0.99);
|
||||||
--foter-background-color: #293951;
|
--footer-background-color: #293951;
|
||||||
--submenu-shadow-color-opacity: 0.25;
|
--submenu-shadow-color-opacity: 0.25;
|
||||||
--button-shadow-color-normal: rgba(108, 108, 108, 0.2);
|
--button-shadow-color-normal: rgba(108, 108, 108, 0.2);
|
||||||
--button-shadow-color-hover: rgba(108, 108, 108, 0.3);
|
--button-shadow-color-hover: rgba(108, 108, 108, 0.3);
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
--article-shadow-normal: 0 4px 5px 5px rgba(0,0,0,0.1);
|
--article-shadow-normal: 0 4px 5px 5px rgba(0,0,0,0.1);
|
||||||
--article-shadow-hover: 0 4px 5px 10px rgba(0,0,0,0.1);
|
--article-shadow-hover: 0 4px 5px 10px rgba(0,0,0,0.1);
|
||||||
--transparent-background-color: rgba(0,0,0,0.99);
|
--transparent-background-color: rgba(0,0,0,0.99);
|
||||||
--foter-background-color: #080808;
|
--footer-background-color: #080808;
|
||||||
--submenu-shadow-color-opacity: 0.55;
|
--submenu-shadow-color-opacity: 0.55;
|
||||||
--button-shadow-color-normal: rgba(10, 10, 10, 0.5);
|
--button-shadow-color-normal: rgba(10, 10, 10, 0.5);
|
||||||
--button-shadow-color-hover: rgba(10, 10, 10, 0.5);
|
--button-shadow-color-hover: rgba(10, 10, 10, 0.5);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.m-footer {
|
.m-footer {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background-color: var(--foter-background-color);
|
background-color: var(--footer-background-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.m-footer__content {
|
.m-footer__content {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{{!--
|
{{!--
|
||||||
This error template is used for the subscription page.
|
This template is used for the subscription page.
|
||||||
--}}
|
--}}
|
||||||
|
|
||||||
{{!-- The tag below means: insert everything in this file
|
{{!-- The tag below means: insert everything in this file
|
||||||
|
|
Loading…
Reference in a new issue