mobile.css 794 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. #main_view {
  20. padding-top: 10em;
  21. }
  22. .other_tran_div > .tool_bar {
  23. }
  24. .other_tran_div > .tool_bar > .tool_left {
  25. width: calc(100vw - 2em - 12px);
  26. max-width: 100%;
  27. }
  28. .other_tran_div > .tool_bar > .tool_right {
  29. right: 6px;
  30. max-width: 50vw;
  31. }
  32. #head_span {
  33. width: 90vw;
  34. justify-content: space-between;
  35. margin-top: 5px;
  36. }
  37. note:hover .ref {
  38. }
  39. #left_pannal{
  40. display:none;
  41. }
  42. .main_view {
  43. margin-left: auto;
  44. }
  45. #head_nav {
  46. flex-direction: column-reverse;
  47. }
  48. .show_pc{
  49. display:none;
  50. }
  51. #left_pannal_inner{
  52. width: 100%;
  53. }
  54. #toc_content{
  55. width: 100%;
  56. }