Added SidebarXS in FooterBar and open SidebarXS from right

• Added:
- SidebarXS in FooterBar
- open SidebarXS from right
This commit is contained in:
mgabdev
2020-10-30 13:05:30 -05:00
parent 73e1584d43
commit ec3310d6df
3 changed files with 44 additions and 13 deletions

View File

@@ -871,6 +871,10 @@ pre {
box-shadow: 0 0 0 6px var(--solid_color_primary);
}
.boxShadowProfileAvatarFooter {
box-shadow: 0 0 0 4px var(--solid_color_primary), 0 0 0 5px var(--border_color_secondary);
}
.listStyleNone {
list-style: none;
}