Update DocSectionCode.vue

pull/4284/head
Tuğçe Küçükoğlu 2023-08-17 10:54:27 +03:00
parent b507af6718
commit 330a50e8fe
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div v-if="!embedded" class="surface-card" style="border-radius: 10px">
<div class="flex doc-section-buttons surface-card align-items-center justify-content-end sticky z-1 top-0">
<div class="flex doc-section-buttons surface-card align-items-center justify-content-end sticky z-1 top-0 mr-3">
<template v-if="codeMode !== 'basic' && !hideToggleCode">
<Button
:class="['p-button-rounded p-button-text p-button-plain p-0 inline-flex align-items-center justify-content-center', { 'doc-section-code-active text-primary': codeLang === 'typescript' }]"