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 > div {
|
2020-05-16 21:51:01 +00:00
|
|
|
margin-bottom: var(--default-gap-small);
|
2020-04-21 20:33:08 +00:00
|
|
|
}
|
|
|
|
|
#localData > div:last-of-type {
|
2020-05-16 21:51:01 +00:00
|
|
|
align-items: flex-start;
|
2020-04-21 20:33:08 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
#localData > div:last-of-type > button {
|
2020-05-16 21:51:01 +00:00
|
|
|
margin-bottom: var(--default-gap-small);
|
|
|
|
|
min-width: 280px;
|
2020-04-21 20:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
2020-05-16 21:51:01 +00:00
|
|
|
/* Mobile devices */
|
|
|
|
|
|
2020-04-21 20:33:08 +00:00
|
|
|
:root.mobile #localData {
|
2020-05-16 21:51:01 +00:00
|
|
|
max-width: 100vw;
|
|
|
|
|
}
|
|
|
|
|
:root.mobile #localData > div:last-of-type {
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
}
|
|
|
|
|
:root.mobile #localData > div:last-of-type > button {
|
|
|
|
|
min-width: unset;
|
2020-04-21 20:33:08 +00:00
|
|
|
}
|