👌 IMPROVE: Petits changements
This commit is contained in:
parent
075d455fbd
commit
0e591ae62f
3
.github/backup.sql
vendored
3
.github/backup.sql
vendored
File diff suppressed because one or more lines are too long
@ -59,7 +59,6 @@ const Chronometer = () => {
|
||||
<div className="Chronometer__item">
|
||||
<div className="Chronomter__row">
|
||||
<div className="Chronometer__time-left">
|
||||
{/* 25:00 */}
|
||||
{getFormattedValue()}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -227,4 +227,10 @@ a, .important {
|
||||
}
|
||||
.table-row {
|
||||
padding: 15px;
|
||||
}
|
||||
.vscode-editor {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
overflow: auto;
|
||||
white-space: normal !important;
|
||||
}
|
@ -31,10 +31,4 @@
|
||||
top: 15px;
|
||||
margin-right: 15px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.vscode-editor {
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
overflow: auto;
|
||||
white-space: normal !important;
|
||||
}
|
Reference in New Issue
Block a user