add back #10067 except for media change

This commit is contained in:
ThatOneCalculator 2023-05-08 12:38:56 -07:00
parent 08ceb5e082
commit 205382dcf6
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "14.0.0-dev5",
"version": "14.0.0-dev6",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -1,5 +1,5 @@
<template>
<div class="mk-google">
<div class="mk-google" @click.stop>
<input v-model="query" type="search" :placeholder="q" />
<button @click="search">
<i class="ph-magnifying-glass ph-bold ph-lg"></i>

View file

@ -471,9 +471,6 @@ onUnmounted(() => {
> .article {
padding-block: 28px 6px;
padding-top: 12px;
&:last-child {
padding-bottom: 24px;
}
font-size: 1.1rem;
overflow: clip;
outline: none;
@ -481,6 +478,9 @@ onUnmounted(() => {
:deep(.article) {
cursor: unset;
}
&:first-of-type {
padding-top: 28px;
}
}
> .reply {