Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Oct 3, 2024
1 parent ad00ebf commit ac5fc02
Show file tree
Hide file tree
Showing 16 changed files with 35 additions and 44 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go 1.23
exclude github.com/gomodule/redigo v2.0.0+incompatible

require (
github.com/admpub/nging/v5 v5.3.3-pre49
github.com/admpub/nging/v5 v5.3.3-pre51
github.com/coscms/webcore v0.3.13
github.com/coscms/webfront v0.0.0-20241001085135-4e6491448638
)
Expand Down Expand Up @@ -231,7 +231,7 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/nging-plugins/dlmanager v1.6.3 // indirect
github.com/nging-plugins/dlmanager v1.6.4 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -778,8 +778,8 @@ github.com/admpub/marmot v0.0.0-20200702042226-2170d9ff59f5 h1:N9+M16t6Pa0zNjy2g
github.com/admpub/marmot v0.0.0-20200702042226-2170d9ff59f5/go.mod h1:Aim7aOlr/P9OkX0ucuhrzMEUcKOJXErCMS3MDGTBGJc=
github.com/admpub/mysql-schema-sync v0.2.6 h1:BaL7J2gWguEe9ADQkhp4olnkdBGeePwcCT+lnxxjoC0=
github.com/admpub/mysql-schema-sync v0.2.6/go.mod h1:LmUAY60w9nQCiGBMjZEBah35kA0fvGZfh0PSwAqPZHE=
github.com/admpub/nging/v5 v5.3.3-pre49 h1:4Yl8sq4g++BaHsqdFmV+qbxkAB1KBojAiIW16Dv+K4s=
github.com/admpub/nging/v5 v5.3.3-pre49/go.mod h1:neeBrJmPit455XF7pMRwoxzDk5HPz9dZzpbF/Z3ESwU=
github.com/admpub/nging/v5 v5.3.3-pre51 h1:mNRs9ePjerEVcM9sX2352gLl/lUb1r/cB0FkulYlD2I=
github.com/admpub/nging/v5 v5.3.3-pre51/go.mod h1:Zseqn2BudxBVlp2Vd72lVr+Um5y7hu8YCqGxPp02WJk=
github.com/admpub/null v8.0.4+incompatible h1:t7lrTd11PlVE+KGrdffWQTi/oFAyczVQQkmqhzfEOvU=
github.com/admpub/null v8.0.4+incompatible/go.mod h1:DMV9RC+JZv6AhaX1E62ur1mS7gyGLYRh+r0s8MF7mHA=
github.com/admpub/oauth2/v4 v4.0.2 h1:849AHd+KrFkRpTiGk17q7cw7u9QqNii6zd1HY+bOdJs=
Expand Down Expand Up @@ -1563,8 +1563,8 @@ github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
github.com/nging-plugins/dbmanager v1.6.6 h1:Qx/FGlNv8B81IXy6zw5OfzC0K+jaI4LbJ4fzFNWgVsg=
github.com/nging-plugins/dbmanager v1.6.6/go.mod h1:gKIEpSLj8Oxil3adbXT+P7Y4eMUGN4fT516Cd6ikSiA=
github.com/nging-plugins/dlmanager v1.6.3 h1:vjE3nlbxWxTJZ3D07Yfz/aZXbbDl0bAUD+VyornUMLc=
github.com/nging-plugins/dlmanager v1.6.3/go.mod h1:ZygR8d5yCD3MT4OoDRfx8QuOhandbnqh01DxVxLUI48=
github.com/nging-plugins/dlmanager v1.6.4 h1:zji+BE5+rO8KRcJtPTFdwMsuBk/JCpLHUOyAdUArZ0g=
github.com/nging-plugins/dlmanager v1.6.4/go.mod h1:qJ0tHht+KpcX1TIHpcp3JZgE0cSeuOna+im71Yp7S90=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/nrdcg/auroradns v1.0.1/go.mod h1:y4pc0i9QXYlFCWrhWrUSIETnZgrf4KuwjDIWmmXo3JI=
github.com/nrdcg/desec v0.5.0/go.mod h1:2ejvMazkav1VdDbv2HeQO7w+Ta1CGHqzQr27ZBYTuEQ=
Expand Down
5 changes: 2 additions & 3 deletions public/assets/frontend/blogdefault/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ a {
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
border: none
}
.modal-header{border-color: #555;}

.editormd-html-preview, .editormd-preview-container {
background-color: transparent;
Expand All @@ -102,9 +103,7 @@ a {
.header-wrapper {
background-color: #38404C;
box-shadow: 0 1px 2px #222;
position: fixed;
width: 100%;
z-index: 10;
height: 90px;
}

Expand All @@ -119,7 +118,7 @@ a {
}
.header-after {
width: 100%;
height: 90px;
height: 0;
display: block;
}

Expand Down
2 changes: 1 addition & 1 deletion public/assets/frontend/blogdefault/css/dark.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions public/assets/frontend/blogdefault/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,13 @@ button {
max-width: 1350px !important;
}
}

.no-gutters {
margin-right: 0;
margin-left: 0;
}
.pd-10{
padding: 10px
}
/* ------------------------------------------------------------------
Template All Variables Defined - Value Change with Your's Need
-------------------------------------------------------------------- */
Expand Down Expand Up @@ -1152,11 +1158,6 @@ button {
border: none;
}

section {
position: relative;
z-index: 1;
}

section.pt-235 {
padding-top: 225px;
}
Expand Down
2 changes: 1 addition & 1 deletion public/assets/frontend/blogdefault/css/style.lite.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/assets/frontend/blogdefault/css/style.min.css

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion public/assets/frontend/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ nav .page-item:not(.active):not(.disabled) .page-link{background-color: #3f434d
.input-group-addon.bg-white:not(.btn){background-color: #000 !important;}
nav .page-item.disabled .page-link{background-color: transparent !important;}

.modal-content{background-color:#3a4042}
.modal-content,.modal-content .card{background-color:#3a4042 !important}
.modal-title{color:#ddd}
.modal-header,.modal-footer{border-color: #4a5254 !important;}

#sectionSignIn{background: #000 !important;}
Expand Down
Loading

0 comments on commit ac5fc02

Please sign in to comment.