Styling and structure adjustments in popup

pull/148/head
Kevin Payravi 2023-04-27 10:48:10 -04:00
parent 2e8489a7e6
commit 8d8e22a46a
1 changed files with 9 additions and 16 deletions

View File

@ -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:&nbsp;</label>
<label for="breezewikiHostSelect">BreezeWiki host:&nbsp;</label> <select name="breezewikiHost" id="breezewikiHostSelect"></select>
<select name="breezewikiHost" id="breezewikiHostSelect"></select> </div>
</div> </div>
</div> </div>
</div> </div>