Password update
This commit is contained in:
parent
48252de9f3
commit
db33be9a37
5 changed files with 207 additions and 23 deletions
|
|
@ -541,6 +541,19 @@ header .menu {
|
|||
#app.node.toggle-tree #tree {
|
||||
display: none;
|
||||
}
|
||||
#profile-settings {
|
||||
color: #333;
|
||||
padding: 16px;
|
||||
}
|
||||
#profile-settings .passwords {
|
||||
display: grid;
|
||||
grid-template-columns: min-content 200px;
|
||||
grid-gap: 8px 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
#profile-settings .passwords div {
|
||||
white-space: nowrap;
|
||||
}
|
||||
@media only screen and (max-width: 932px) {
|
||||
#app.node {
|
||||
grid-template-areas: "header" "crumbs" "child-nodes" "name" "content" "files" "blank";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue