add back #10067 except for media change
This commit is contained in:
parent
08ceb5e082
commit
205382dcf6
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "14.0.0-dev5",
|
"version": "14.0.0-dev6",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="mk-google">
|
<div class="mk-google" @click.stop>
|
||||||
<input v-model="query" type="search" :placeholder="q" />
|
<input v-model="query" type="search" :placeholder="q" />
|
||||||
<button @click="search">
|
<button @click="search">
|
||||||
<i class="ph-magnifying-glass ph-bold ph-lg"></i>
|
<i class="ph-magnifying-glass ph-bold ph-lg"></i>
|
||||||
|
|
|
@ -471,9 +471,6 @@ onUnmounted(() => {
|
||||||
> .article {
|
> .article {
|
||||||
padding-block: 28px 6px;
|
padding-block: 28px 6px;
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
&:last-child {
|
|
||||||
padding-bottom: 24px;
|
|
||||||
}
|
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -481,6 +478,9 @@ onUnmounted(() => {
|
||||||
:deep(.article) {
|
:deep(.article) {
|
||||||
cursor: unset;
|
cursor: unset;
|
||||||
}
|
}
|
||||||
|
&:first-of-type {
|
||||||
|
padding-top: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .reply {
|
> .reply {
|
||||||
|
|
Loading…
Reference in New Issue