49 lines
781 B
SCSS
49 lines
781 B
SCSS
@import '../vars';
|
|
|
|
textarea {
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
|
|
.head, .head-inner, .head-logo-wrap, .head-items, head-logo {
|
|
display: block;
|
|
}
|
|
.head-logo {
|
|
margin: 0;
|
|
}
|
|
.head-logo-wrap {
|
|
padding-bottom: 4px;
|
|
}
|
|
.head-logo {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.head-items {
|
|
text-align: center;
|
|
padding: 0 0 8px;
|
|
white-space: nowrap;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
max-width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
a.head-item:hover,
|
|
a.head-item:active {
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
|
|
}
|
|
a.head-item:last-child > span {
|
|
border-right: 0;
|
|
}
|
|
|
|
// blog
|
|
.blog-tags {
|
|
display: none;
|
|
}
|
|
.blog-list.withtags {
|
|
margin-right: 0;
|
|
}
|
|
.blog-post-text code {
|
|
word-wrap: break-word;
|
|
} |