mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-25 16:06:19 +00:00
Improved aside styles
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
display: block;
|
||||
padding: 20px;
|
||||
padding: 30px 20px 20px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
background-color: #f7f7f7;
|
||||
@@ -16,7 +16,9 @@
|
||||
}
|
||||
|
||||
.aside-menu__nav {
|
||||
margin-top: 10px;
|
||||
@media(min-width: $smMin) {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.aside-menu__item {
|
||||
@@ -46,6 +48,7 @@
|
||||
.aside-menu__item--danger {
|
||||
color: $dangerColor;
|
||||
margin: 0;
|
||||
margin-top: auto;
|
||||
@include border-radius(4px);
|
||||
}
|
||||
.aside-menu__item--danger:hover {
|
||||
|
||||
Reference in New Issue
Block a user