New design #14

Merged
konrad merged 43 commits from new-design into master 2018-12-25 15:03:52 +00:00
Showing only changes of commit 0d038a4fd9 - Show all commits

View File

@ -75,6 +75,12 @@
padding-left: $navbar-padding * 2;
transition: all 0.2s ease;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
width: 100%;
.icon{
height: 1rem;
vertical-align: middle;