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>
|
<span>Device configuration</span>
|
||||||
</h1>
|
</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">
|
<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>
|
<li>
|
||||||
<button class="btn btn-default"
|
<button class="btn btn-default"
|
||||||
(click)="saveConfigurationInJSONFormat()">Download device configuration
|
(click)="saveConfigurationInJSONFormat()">Download device configuration
|
||||||
|
|||||||
@@ -2,4 +2,8 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 1.5rem 0px 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user