app: fix terminal padding background color

This commit is contained in:
David Lechner
2022-03-14 13:26:51 -05:00
parent a92a989ded
commit 187a973fa3
+2 -1
View File
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// Copyright (c) 2020-2021 The Pybricks Authors
// Copyright (c) 2020-2022 The Pybricks Authors
// Custom styling for the App control.
@@ -40,6 +40,7 @@
.pb-app-terminal-padding {
padding-left: 10px;
background-color: white;
}
// hide the docs and resize separator