mobile.css 713 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. }
  43. #left_pannal{
  44. display:none;
  45. }
  46. .main_view {
  47. margin-left: auto;
  48. }