This commit is contained in:
Maciej Caderek
2022-02-12 02:24:30 +01:00
parent db40aa2939
commit 24474d98ce
9 changed files with 70 additions and 38 deletions

View File

@@ -10,6 +10,20 @@
margin-top: 20px;
}
.load__pgn-input::-webkit-scrollbar {
width: 0.7rem;
cursor: pointer;
}
.load__pgn-input::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.load__pgn-input::-webkit-scrollbar-thumb {
background-color: rgb(0, 59, 47);
outline: 1px solid rgb(0, 59, 47);
}
.load__fen-btn,
.load__pgn-btn {
width: 100%;