mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
only show folder edit if not no folder
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
#groupings, #items, #details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.inner-content {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
#groupings {
|
||||
background-color: $background-color-alt;
|
||||
width: 15%;
|
||||
@@ -12,7 +21,8 @@
|
||||
border-right: 1px solid $border-color-dark;
|
||||
|
||||
.inner-content {
|
||||
padding-bottom: 0 !important;
|
||||
padding-bottom: 0;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@@ -92,9 +102,9 @@
|
||||
&.active {
|
||||
background-color: darken($background-color-alt, 5%);
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
margin-right: -5px;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -151,15 +161,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
#groupings, #items, #details {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.inner-content {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
min-height: 44px;
|
||||
max-height: 44px;
|
||||
|
||||
Reference in New Issue
Block a user