Aligned docsearch shortcut

pull/4572/head
Cagatay Civici 2023-10-14 00:28:14 +03:00
parent bfe982a7bb
commit 05f9b948c3
1 changed files with 6 additions and 10 deletions

View File

@ -22,16 +22,15 @@
} }
.DocSearch-Button-Keys { .DocSearch-Button-Keys {
border-radius: var(--border-radius);
overflow: hidden; overflow: hidden;
min-width: auto; min-width: auto;
height: 1.5rem; height: auto;
background: transparent; background: transparent;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: auto; width: auto;
padding: .28rem .35rem; padding: 0;
gap: 2px; gap: 2px;
.DocSearch-Button-Key { .DocSearch-Button-Key {
@ -43,22 +42,19 @@
border-radius: 0; border-radius: 0;
height: auto; height: auto;
width: auto; width: auto;
font-family: var(--font-family);
&:first-child { &:first-child {
justify-content: end; font-size: 0.75rem;
font-size: 0.8rem;
font-weight: 700;
line-height: normal; line-height: normal;
svg{
height: 14.5px;
}
} }
&:last-child { &:last-child {
justify-content: start; justify-content: start;
align-items: center; align-items: center;
font-size: 0.8rem; font-size: 0.75rem;
position: relative; position: relative;
&::before { &::before {
content: "\e90d"; content: "\e90d";
display: flex; display: flex;