File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 118118
119119 <div v-if =" collectionHasRoutes" :class =" { 'hi': !shouldShowSidebar }" >
120120
121- <div class =" p-3 flex items-center space-x -2 rtl:space-x-reverse" v-if =" showLivePreviewButton || showVisitUrlButton" >
121+ <div class =" p-3 flex flex-wrap items-center gap -2 rtl:space-x-reverse" v-if =" showLivePreviewButton || showVisitUrlButton" >
122122 <button
123- class =" flex items-center justify-center btn w-full "
123+ class =" flex flex-1 items-center justify-center btn px-2 "
124124 v-if =" showLivePreviewButton"
125125 @click =" openLivePreview" >
126126 <svg-icon name =" light/synchronize" class =" h-4 w-4 rtl:ml-2 ltr:mr-2 shrink-0" />
127127 <span >{{ __('Live Preview') }}</span >
128128 </button >
129129 <a
130- class =" flex items-center justify-center btn w-full "
130+ class =" flex flex-1 items-center justify-center btn px-2 "
131131 v-if =" showVisitUrlButton"
132132 :href =" permalink"
133133 target =" _blank" >
Original file line number Diff line number Diff line change 112112
113113 <div :class =" { 'hi': !shouldShowSidebar }" >
114114
115- <div class =" p-3 flex items-center space-x -2" v-if =" showLivePreviewButton || showVisitUrlButton" >
115+ <div class =" p-3 flex flex-wrap items-center gap -2" v-if =" showLivePreviewButton || showVisitUrlButton" >
116116 <button
117- class =" flex items-center justify-center btn w-full "
117+ class =" flex flex-1 items-center justify-center btn px-2 "
118118 v-if =" showLivePreviewButton"
119119 @click =" openLivePreview" >
120120 <svg-icon name =" light/synchronize" class =" h-4 w-4 rtl:ml-2 ltr:mr-2 shrink-0" />
121121 <span >{{ __('Live Preview') }}</span >
122122 </button >
123123 <a
124- class =" flex items-center justify-center btn w-full "
124+ class =" flex flex-1 items-center justify-center btn px-2 "
125125 v-if =" showVisitUrlButton"
126126 :href =" permalink"
127127 target =" _blank" >
You can’t perform that action at this time.
0 commit comments