Leave more space above and below the explanatory text of the device configuration screen.
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
<span>Device configuration</span>
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
The device configuration contains all the keymaps, macros, and settings that are stored on the device.
|
||||
</p>
|
||||
|
||||
<ul class="list-unstyled btn-list">
|
||||
<li>
|
||||
The device configuration contains all the keymaps, macros, and settings that are stored on the device.
|
||||
</li>
|
||||
<li>
|
||||
<button class="btn btn-default"
|
||||
(click)="saveConfigurationInJSONFormat()">Download device configuration
|
||||
|
||||
@@ -2,4 +2,8 @@
|
||||
overflow-y: auto;
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
||||
p {
|
||||
margin: 1.5rem 0px 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user