mobile.css 646 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: inherit;
  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. }
  27. .other_tran_div > .tool_bar > .tool_left {
  28. width: calc(100vw - 2em - 12px);
  29. max-width: 100%;
  30. }
  31. .other_tran_div > .tool_bar > .tool_right {
  32. right: 6px;
  33. max-width: 50vw;
  34. }
  35. #head_span {
  36. width: 90vw;
  37. display: inline-flex;
  38. justify-content: space-between;
  39. margin-top: 5px;
  40. }
  41. note:hover .ref {
  42. }