visual stuff again
This commit is contained in:
parent
1642d62b82
commit
494f6b471e
10 changed files with 120 additions and 57 deletions
|
|
@ -61,11 +61,26 @@
|
|||
.add-button {
|
||||
display: block;
|
||||
text-align: center;
|
||||
padding-bottom: 1em;
|
||||
|
||||
.default-button {
|
||||
display: block;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.-mobile & {
|
||||
li.setting-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.5em;
|
||||
align-items: stretch;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.add-button {
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue