.icon-right { position: fixed; top: 0; right: 0; padding: calc(3 * var(--unit-size)); width: var(--main-size); height: auto; fill: var(--white); stroke-width: 0; vertical-align: middle; } #right-container[open] > div { opacity: 100%; } #right-container[open] { width: calc(100vw / 5); } #right-panel { font-size: var(--main-size); width: inherit; height: inherit; padding: var(--small-size); box-sizing: border-box; } .create-notice { border-radius: var(--unit-size); padding: var(--small-size); } .custom-file-upload { display: inline-block; padding: var(--small-size) var(--medium-size); } #post_attachments { font-family: var(--display-font); font-size: var(--medium-size); cursor: pointer; }