cache clear
parent
737b0bcf9d
commit
ddef8f6a47
|
|
@ -35,3 +35,4 @@ out/
|
|||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
.vs/
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"ExpandedNodes": [
|
||||
""
|
||||
],
|
||||
"PreviewInSolutionExplorer": false
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
|
||||
group = 'com.dbnt'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
sourceCompatibility = '11'
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
|
|
|
|||
|
|
@ -47,3 +47,8 @@ body::-webkit-scrollbar {
|
|||
#list-group-line{
|
||||
padding-bottom: 52vh;
|
||||
}
|
||||
|
||||
/*@media (max-width:1199px)*/
|
||||
/* .sidebar {*/
|
||||
/* left: -300px;*/
|
||||
/* }*/
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<header th:replace="fragments/header :: headerFragment"></header>
|
||||
<div class="h-100" sec:authorize="isAnonymous()" layout:fragment="content"></div>
|
||||
<div sec:authorize="isAuthenticated()" class="row mx-0">
|
||||
<div class="col-2 centerDiv border-end">
|
||||
<div class="sidebar col-2 centerDiv border-end">
|
||||
<div th:replace="fragments/leftMenu :: leftMenuFragment"></div>
|
||||
</div>
|
||||
<div class="col-10 centerDiv">
|
||||
|
|
|
|||
Loading…
Reference in New Issue