mobile.css 577 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #right_pannal {
  2. display: none;
  3. }
  4. .when_right_fixed {
  5. padding-right: 0;
  6. }
  7. .index_toolbar {
  8. position: unset;
  9. }
  10. #pali_pedia {
  11. font-size: 200%;
  12. margin-top: auto;
  13. margin-bottom: auto;
  14. padding-left: 0.5em;
  15. }
  16. #contents_div {
  17. padding: 0;
  18. }
  19. #head_bar {
  20. flex-direction: column;
  21. }
  22. #main_view {
  23. padding-top: 10em;
  24. }
  25. .other_tran_div > .tool_bar {
  26. display: grid;
  27. min-height: 3em;
  28. }
  29. .other_tran_div > .tool_bar > .tool_left {
  30. width: calc(100vw - 2em - 12px);
  31. max-width: 100%;
  32. }
  33. .other_tran_div > .tool_bar > .tool_right {
  34. position: absolute;
  35. right: 6px;
  36. margin-top: 1.5em;
  37. }