mobile.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. margin: 0;
  22. }
  23. .other_tran_div > .tool_bar {
  24. }
  25. .other_tran_div > .tool_bar > .tool_left {
  26. width: calc(100vw - 2em - 12px);
  27. max-width: 100%;
  28. }
  29. .other_tran_div > .tool_bar > .tool_right {
  30. right: 6px;
  31. max-width: 50vw;
  32. }
  33. #head_span {
  34. width: 90vw;
  35. justify-content: space-between;
  36. margin-top: 5px;
  37. }
  38. note:hover .ref {
  39. }
  40. #left_pannal{
  41. /*display:none;*/
  42. }
  43. .main_view {
  44. margin-left: auto;
  45. }
  46. #head_nav {
  47. flex-direction: column-reverse;
  48. }
  49. .show_pc{
  50. display:none;
  51. }
  52. #left_pannal_inner{
  53. width: 100%;
  54. }
  55. #toc_content{
  56. width: 100%;
  57. max-width: unset;
  58. max-height: unset;
  59. height: 100%;
  60. }
  61. #right_float_pannal {
  62. position: fixed;
  63. height: 70%;
  64. top: 100%;
  65. left: 0;
  66. width:100%
  67. }
  68. .right_float_min #right_float_pannal {
  69. position: fixed;
  70. top: 60%;
  71. left: 0;
  72. width: 100%;
  73. height: 40%;
  74. }
  75. #head_nav_right{
  76. flex-direction: column;
  77. }
  78. #select_lang {
  79. border: unset;
  80. border-radius: unset;
  81. border-bottom: 1px solid var(--border-line-color);
  82. }
  83. #contents_nav{
  84. flex-direction: column-reverse;
  85. }
  86. .nav_bnt{
  87. width: 100%;
  88. }