Checkbox for analytics opt in & settings redesign (#934)

This commit is contained in:
Timo
2023-03-01 13:47:36 +01:00
committed by GitHub
parent 2454daeef9
commit 0423a494c4
18 changed files with 154 additions and 65 deletions

View File

@@ -26,3 +26,12 @@ limitations under the License.
.fieldRowText {
margin-bottom: 0;
}
/*
This style guarantees a fixed width of the tab bar in the settings window.
The "Developer" item in the tab bar can be toggled.
Without a defined width activating the developer tab makes the tab container jump to the right.
*/
.tabLabel {
width: 80px;
}