Fixed css bug

- Fixed menu become transport on mobile view
- Fixed css font not correctly loaded on page initiate
This commit is contained in:
Toby Chui
2025-03-29 16:09:35 +08:00
parent 0e749e8a41
commit d4b1cc8c57
3 changed files with 18 additions and 9 deletions

View File

@ -66,6 +66,7 @@ body.zh-cn *:not(i){
border-radius: 0;
margin-bottom: 0;
margin-top: 0;
background: transparent !important;
}
#slideshowBanner .ui.basic.white.button{
@ -85,6 +86,9 @@ body.zh-cn *:not(i){
#rwdmenubtn{
display:none;
position: absolute;
background: white;
border: 1px solid #6cacff;
color: #6cacff;
}
#mainmenu .ui.secondary.inverted.menu .link.item:not(.disabled), .ui.secondary.inverted.menu a.item:not(.disabled){
@ -332,6 +336,7 @@ body.zh-cn *:not(i){
top: 0;
left: 0;
width: 100%;
background: #fdfdfd !important;
}
#rwdmenubtn{