|
|
@ -6,12 +6,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
.taskbar {
|
|
|
|
.taskbar {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
z-index: @zindex-popover;
|
|
|
|
|
|
|
|
left: auto;
|
|
|
|
left: auto;
|
|
|
|
|
|
|
|
|
|
|
|
// Bootswatch fix
|
|
|
|
// Bootswatch fix
|
|
|
|
&.navbar-fixed-bottom {
|
|
|
|
&.navbar-fixed-bottom {
|
|
|
|
z-index: @zindex-popover;
|
|
|
|
|
|
|
|
left: auto;
|
|
|
|
left: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -35,11 +33,14 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
.navbar-nav {
|
|
|
|
|
|
|
|
float: unset;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
flex-direction: column;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
li {
|
|
|
|
float: left;
|
|
|
|
margin-top: 1rem;
|
|
|
|
|
|
|
|
|
|
|
|
&.new a {
|
|
|
|
&.new a {
|
|
|
|
-webkit-animation-name: bounceIn;
|
|
|
|
-webkit-animation-name: bounceIn;
|
|
|
@ -150,7 +151,6 @@
|
|
|
|
&.taskbar-composer, &.taskbar-chat {
|
|
|
|
&.taskbar-composer, &.taskbar-chat {
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
margin-left: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
i {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|