Skip to content

Commit e82d7ab

Browse files
committed
fix: ruby error style
1 parent 8e6ace9 commit e82d7ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/renderer/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
left: 50%;
1818
transform: translate(-50%, -50%);
1919
}
20+
.ruby-error {
21+
background-color: pink;
22+
position: absolute;
23+
z-index: 3;
24+
}
2025
</style>
2126
</head>
2227
<body>

0 commit comments

Comments
 (0)