mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
app: fix terminal padding background color
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user