Path: blob/master/webroot/rsrc/css/application/differential/revision-comment.css
12242 views
/**1* @provides differential-revision-comment-css2*/34/* Spooky haunted panel which floats on the bottom of the screen.5Haunt modes are:67- Mode 1: Just the comment box.8- Mode 2: Comment box, comment preview, and inline comment previews.9*/10.differential-haunt-mode-1 .differential-add-comment-panel,11.differential-haunt-mode-2 .differential-add-comment-panel {12background-color: #fff;13position: fixed;14width: 100%;15bottom: 0;16right: 0;17left: 0;18overflow: auto;19max-height: 375px;20margin: 0;2122box-shadow: 0 0 4px #000;23-webkit-box-shadow: 0 0 4px #000;24-moz-box-shadow: 0 0 4px #000;25}2627.differential-haunt-mode-1 .differential-add-comment-panel .phui-box,28.differential-haunt-mode-2 .differential-add-comment-panel .phui-box {29margin: 0;30border-width: 0;31}3233.differential-haunt-mode-2 .differential-add-comment-panel {34max-height: 75%;35}3637.differential-haunt-mode-1 .differential-add-comment-panel .phui-header-shell,38.differential-haunt-mode-2 .differential-add-comment-panel .phui-header-shell {39display: none;40}4142.differential-haunt-mode-1 .aphront-panel-preview {43display: none;44}4546.differential-haunt-mode-1 {47padding-bottom: 250px;48}495051