File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
<template #right >
5
5
<button
6
6
type =" button"
7
- class =" inline-flex justify-center px-4 py-2 transition-transform transform rounded-md shadow outline-none copy-uri-button align-center focus:ring-4 active:scale-y-75"
7
+ class =" inline-flex justify-center px-4 py-2 transition-transform transform rounded-md shadow outline-none copy-uri-button align-center focus:ring-4 active:scale-y-75"
8
8
:class =" {
9
9
'bg-blue-500 text-white': !copied,
10
10
'bg-green-500 text-gray-800': copied,
50
50
</Navbar >
51
51
<main >
52
52
<section
53
- class =" flex items-stretch w-full gap-4 font-mono text-gray-800 dark:text-gray-50"
53
+ class =" flex items-stretch w-full gap-4 font-mono text-gray-800 dark:text-gray-50"
54
54
>
55
55
<div class =" flex flex-col w-1/2 gap-2" >
56
- <p class =" flex-grow-0 text-lg" >{{ lhsLabel }}</p >
56
+ <p class =" flex-grow-0 text-lg font-bold text-center capitalize" >
57
+ {{ lhsLabel }}
58
+ </p >
57
59
<div
58
- class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-md dark:border-gray-500 max-h-screen--nav line-number-gutter min-h-80"
60
+ class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-md dark:border-gray-500 max-h-screen--nav line-number-gutter min-h-80"
59
61
>
60
62
<RTStickyCopyButton :click-handler =" copyTextToClipboard" />
61
63
<div
71
73
</div >
72
74
73
75
<div class =" flex flex-col w-1/2 gap-2" >
74
- <p class =" flex-grow-0 text-lg" >{{ rhsLabel }}</p >
76
+ <p class =" flex-grow-0 text-lg font-bold text-center capitalize" >
77
+ {{ rhsLabel }}
78
+ </p >
75
79
<div
76
- class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-md dark:border-gray-500 min-h-80 line-number-gutter max-h-screen--nav"
80
+ class =" relative flex-1 px-4 py-2 overflow-y-auto border-2 rounded-md dark:border-gray-500 min-h-80 line-number-gutter max-h-screen--nav"
77
81
>
78
82
<RTStickyCopyButton :click-handler =" copyTextToClipboard" />
79
83
<div
You can’t perform that action at this time.
0 commit comments