i18n
xaoxuu 5 years ago
parent 25226587a9
commit fc7386e884
  1. 1
      source/less/_base.less
  2. 5
      source/less/_header.less

@ -83,7 +83,6 @@ fancybox{
@iconMargin: 4px;
margin-top: 2vh;
position: relative;
height: @height_navbar - @gap;
max-width: ~"calc(100% - 1*@{gap})";
width: 1.1*@width_sidebar;
@media(max-width: @on_laptop){

@ -69,7 +69,7 @@
font-size: @fontsize_logo;
font-family: @fontfamily_logo;
@media(max-width: @on_phone){
flex: auto;
// flex: auto;
}
&.img{
padding: 0 @gap 0 0;
@ -162,6 +162,7 @@
position: relative;
display: flex;
width: @width_sidebar;
height: @height_navbar;
@media(max-width: @on_desktop){
width: @width_sidebar_m;
}
@ -169,7 +170,7 @@
position: relative;
display: block;
width: 100%;
height: 100%;
margin: auto;
}
.icon,.input{
.enable-trans(.3s);

Loading…
Cancel
Save