uBlock/src/css/settings.css

34 lines
715 B
CSS
Raw Normal View History

.synopsis {
font-size: 90%;
2015-04-09 09:02:57 +00:00
}
[href="advanced-settings.html"] {
display: none;
}
body.advancedUser [href="advanced-settings.html"] {
display: inline-flex;
}
#localData > div {
margin-bottom: var(--default-gap-small);
}
#localData > div:last-of-type {
align-items: flex-start;
display: flex;
flex-direction: column;
}
#localData > div:last-of-type > button {
margin-bottom: var(--default-gap-small);
min-width: 280px;
}
/* Mobile devices */
:root.mobile #localData {
max-width: 100vw;
}
:root.mobile #localData > div:last-of-type {
align-items: stretch;
}
:root.mobile #localData > div:last-of-type > button {
min-width: unset;
}