mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
fix(GUI): stop settings overflow into footer (#1468)
By removing the 'advanced' sub-header we stop the settings from overflowing into the footer. Fixes: https://github.com/resin-io/etcher/issues/1383 Changelog-Entry: Remove "Advanced" settings subtitle.
This commit is contained in:
parent
9a3900debb
commit
7898358617
@ -6567,11 +6567,6 @@ body {
|
||||
.page-settings .title {
|
||||
color: #fff; }
|
||||
|
||||
.page-settings .subtitle {
|
||||
color: #fff;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 15px; }
|
||||
|
||||
/*
|
||||
* Copyright 2016 resin.io
|
||||
*
|
||||
|
@ -25,9 +25,3 @@
|
||||
.page-settings .title {
|
||||
color: $palette-theme-dark-foreground;
|
||||
}
|
||||
|
||||
.page-settings .subtitle {
|
||||
color: $palette-theme-dark-foreground;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
@ -50,8 +50,6 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<h3 class="subtitle">Advanced</h3>
|
||||
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox"
|
||||
|
Loading…
x
Reference in New Issue
Block a user