File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 2
2
<div id =" prevDiffSection" class =" inline-flex items-center gap-1" >
3
3
<button
4
4
id =" prevDiff"
5
- class =" inline-flex items-center justify-center px-1 py-1 text-sm text-gray-600 transition-transform transform bg-gray-300 border border-gray-800 rounded-sm outline-none dark:border-gray-400 dark:text-white dark:bg-gray-800 align-center focus:ring-4 active:scale-y-75 hover:scale-105 hover:shadow-lg"
5
+ class =" inline-flex items-center justify-center px-1 py-1 text-sm text-gray-600 transition-transform transform bg-gray-300 border border-gray-800 rounded-sm outline-none dark:border-gray-400 dark:text-white dark:bg-gray-800 align-center focus:ring-4 active:scale-y-75 hover:scale-105 hover:shadow-lg"
6
6
aria-label =" Go to previous diff"
7
7
type =" button"
8
8
@click =" clickHandler"
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" sticky top-0 text-right z-1" >
3
3
<button
4
- class =" absolute top-0 right-0 p-2 text-gray-800 transition-all transform rounded-full shadow dark:text-gray-50 z-1 hover:shadow-lg hover:scale-110 hover:rotate-12"
4
+ class ="
5
+ absolute
6
+ top-0
7
+ right-0
8
+ p-2
9
+ text-gray-800
10
+ transition-all
11
+ transform
12
+ rounded-full
13
+ shadow
14
+ dark:text-gray-50
15
+ z-1
16
+ hover:shadow-lg hover:scale-110 hover:rotate-12
17
+ "
5
18
:class =" {
6
19
'bg-gray-100 dark:bg-gray-600': !copied,
7
20
'bg-green-500': copied,
You can’t perform that action at this time.
0 commit comments