Skip to content

Commit de1bde0

Browse files
committed
style fixes
1 parent c3ceea2 commit de1bde0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/renderer/overrides.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@
209209

210210
.fps-wrapper {
211211
> div {
212-
@apply absolute! left-auto! top-2! right-2! drop-shadow-md overflow-hidden! px-1! font-sans! text-xs! bg-primary! text-color! z-auto!;
212+
@apply absolute! left-auto! top-2! right-2! drop-shadow-md overflow-hidden! px-1!
213+
font-sans! text-xs! bg-primary! text-color! z-auto!;
213214

214215
> div {
215216
@apply left-0! right-0! bottom-0! bg-primary!;

src/renderer/utilities.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
}
9191

9292
@utility button-link {
93-
@apply hover:underline text-active inline-block text-left text-wrap break-all hover:cursor-pointer;
93+
@apply text-active inline-block text-left text-wrap break-all
94+
hover:cursor-pointer hover:underline;
9495
}
9596

9697
@utility backdrop {

0 commit comments

Comments
 (0)