Styling and structure adjustments in popup
parent
2e8489a7e6
commit
8d8e22a46a
25
popup.html
25
popup.html
|
@ -110,18 +110,13 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.options .settingToggleContainer {
|
.options .settingToggleContainer {
|
||||||
padding-bottom: 10px;
|
padding-bottom: .8em;
|
||||||
}
|
}
|
||||||
.options .settingToggleContainer:last-child {
|
.options .settingToggleContainer:last-child {
|
||||||
padding: 0px;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GLOBAL SETTING TOGGLES */
|
/* GLOBAL SETTING TOGGLES */
|
||||||
.settingToggleContainer {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
align-items: baseline;
|
|
||||||
}
|
|
||||||
.settingToggle {
|
.settingToggle {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -138,10 +133,8 @@
|
||||||
|
|
||||||
#breezewikiHost {
|
#breezewikiHost {
|
||||||
display: none;
|
display: none;
|
||||||
padding-left: 10px;
|
padding-left: 3em;
|
||||||
}
|
padding-top: 0.8em;
|
||||||
#breezewikiHost > label {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
@ -188,11 +181,11 @@
|
||||||
>)
|
>)
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="settingToggleContainer">
|
||||||
<div class="settingToggleContainer">
|
<div id="breezewikiHost" class="settingToggle">
|
||||||
<div id="breezewikiHost" class="settingToggle">
|
<label for="breezewikiHostSelect">BreezeWiki host: </label>
|
||||||
<label for="breezewikiHostSelect">BreezeWiki host: </label>
|
<select name="breezewikiHost" id="breezewikiHostSelect"></select>
|
||||||
<select name="breezewikiHost" id="breezewikiHostSelect"></select>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue