| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #right_pannal {
- display: none;
- }
- .when_right_fixed {
- padding-right: 0;
- }
- .index_toolbar {
- position: unset;
- }
- #pali_pedia {
- font-size: inherit;
- margin-top: auto;
- margin-bottom: auto;
- padding-left: 0.5em;
- }
- #contents_div {
- padding: 0;
- }
- #head_bar {
- flex-direction: column;
- }
- #main_view {
- padding-top: 10em;
- }
- .other_tran_div > .tool_bar {
- }
- .other_tran_div > .tool_bar > .tool_left {
- width: calc(100vw - 2em - 12px);
- max-width: 100%;
- }
- .other_tran_div > .tool_bar > .tool_right {
- right: 6px;
- max-width: 50vw;
- }
- #head_span {
- width: 90vw;
- display: inline-flex;
- justify-content: space-between;
- margin-top: 5px;
- }
- note:hover .ref {
- }
|