Add tracking of previous mistakes
This commit is contained in:
17
src/css/MistakesHistory.css
Normal file
17
src/css/MistakesHistory.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.mistakes-history-container {
|
||||
display: grid;
|
||||
grid-column-gap: 12px;
|
||||
grid-template-columns: repeat(2, minmax(110px,max-content));
|
||||
width: min-content;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mistakes-history-container > div {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.mistakes-history-container > div:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user