.tools-screen-layer {
  flex: 1;
  align-self: center;
  text-align: center;
  font-size: var(--fs-small);
  position: relative;
  cursor: pointer;
}
.tools-screen-layer .anticon {
  padding-right: 5px;
}
.tools-screen-layer .defualt-fullscreen-icon {
  position: relative;
  top: 1px;
  font-size: 16px;
}
