mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Facelift attempt
This commit is contained in:
parent
5d1f615c14
commit
a18c9b8be2
11 changed files with 111 additions and 135 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div v-if="!embedded" :class="scrollable ? 'doc-section-code' : 'relative doc-section-code'">
|
||||
<div
|
||||
class="flex doc-section-code-buttons surface-card align-items-center justify-content-end z-1"
|
||||
class="flex doc-section-code-buttons align-items-center justify-content-end z-1"
|
||||
:style="scrollable ? { position: 'sticky', padding: '0.75rem 0.75rem 0 0' } : { position: 'absolute', top: '0.75rem', right: '0.75rem' }"
|
||||
style="gap: 0.75rem"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue