fix: namespace new buttons on mobile
This commit is contained in:
parent
9d3ef30be6
commit
964fdeb2e8
4 changed files with 66 additions and 52 deletions
|
|
@ -2,5 +2,4 @@
|
|||
@import "labels";
|
||||
@import "list";
|
||||
@import "task";
|
||||
@import "tasks";
|
||||
@import "namespaces";
|
||||
@import "tasks";
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
// FIXME: used in navigation.vue and in ListNamespaces.vue
|
||||
.namespaces-list.loader-container.is-loading {
|
||||
min-height: calc(100vh - #{$navbar-height + 1.5rem + 1rem + 1.5rem});
|
||||
}
|
||||
Reference in a new issue