2020-04-05 19:19:07 +00:00
|
|
|
.synopsis {
|
2020-04-06 18:00:19 +00:00
|
|
|
font-size: 90%;
|
2015-04-09 09:02:57 +00:00
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
[href="advanced-settings.html"] {
|
2016-11-03 15:20:47 +00:00
|
|
|
display: none;
|
|
|
|
|
}
|
2020-04-10 22:17:12 +00:00
|
|
|
body.advancedUser [href="advanced-settings.html"] {
|
|
|
|
|
display: inline-flex;
|
2016-11-03 15:20:47 +00:00
|
|
|
}
|
2020-04-21 20:33:08 +00:00
|
|
|
#localData {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
#localData > div {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
#localData > div:last-of-type {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
flex-grow: 0;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
}
|
|
|
|
|
#localData > div:last-of-type > button {
|
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* small-screen devices */
|
|
|
|
|
:root.mobile #localData {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
white-space: unset;
|
|
|
|
|
}
|