0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 02:22:40 +00:00

Help dropdown uses existing dropdown class. Small tweaks.

This commit is contained in:
Trevor Buckner
2022-02-01 00:02:46 -05:00
parent 57d3db5322
commit 6bf4fc6cf8
3 changed files with 24 additions and 50 deletions

View File

@@ -68,8 +68,7 @@
color: pink;
}
}
.recent.navItem,
.help.navItem{
.recent.navItem {
position : relative;
.dropdown{
position : absolute;
@@ -97,7 +96,7 @@
position : relative;
display : block;
box-sizing : border-box;
padding : 13px 5px;
padding : 8px 5px 13px;
background-color : #333;
color : white;
text-decoration : none;
@@ -106,14 +105,11 @@
background-color : @blue;
}
.title{
display : inline-block;
overflow : hidden;
width : 100%;
text-overflow : ellipsis;
white-space : nowrap;
i{
float: right;
}
}
.time{
position : absolute;