1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

fix: fix layout shift, class name

This commit is contained in:
Yeokyung Yoon 2022-06-29 00:56:14 +09:00
parent c99ebdace2
commit 108d8a2f8a
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@
}
</textarea>
<header class="writing-header">
<div class="writing-header__left">
<div class="writing-header__inner-container">
{% set currentPageId = 0 %}
{% if page is not empty %}
{% set currentPageId = page._id %}

View file

@ -14,7 +14,7 @@
margin: auto;
}
&__left {
&__inner-container {
margin: auto 0;
display: flex;
color: var(--color-text-second);

View file

@ -79,7 +79,7 @@
position: relative;
padding: 10px 30px 10px 10px;
width: 100%;
border: none;
border: solid 1px transparent;
border-radius: 8px;
background-color: var(--color-input-primary);
box-sizing: border-box;
@ -101,7 +101,7 @@
--input {
padding: 10px;
width: 100%;
border: none;
border: solid 1px transparent;
border-radius: 8px;
background-color: var(--color-input-primary);
box-sizing: border-box;
@ -115,7 +115,7 @@
outline: none;
}
}
--squircle {
@supports(-webkit-mask-box-image: url('')){
border-radius: 0;
@ -132,4 +132,4 @@
@custom-media --tablet all and (min-width: 980px) and (max-width: 1050px);
@custom-media --mobile all and (max-width: 980px);
@custom-media --retina all and (-webkit-min-device-pixel-ratio: 1.5);
@custom-media --can-hover all and (hover:hover)
@custom-media --can-hover all and (hover:hover);