1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

nav dropdown menu styling

This commit is contained in:
Kyle Spearrin
2018-07-06 09:47:50 -04:00
parent 0b779dfd3d
commit b8921713eb
4 changed files with 63 additions and 7 deletions

View File

@@ -105,6 +105,22 @@ input, select, textarea {
.navbar {
padding-left: 0;
padding-right: 0;
.dropdown-menu {
min-width: 200px;
max-width: 250px;
.dropdown-item-text {
line-height: 1.3;
small {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
.navbar-brand {
@@ -112,6 +128,12 @@ input, select, textarea {
margin-bottom: -20px;
}
.dropdown-menu {
button {
cursor: pointer;
}
}
.container {
width: 980px;
max-width: none !important;