6 lines
353 B
CSS
6 lines
353 B
CSS
#whiteListBox .input-group:last-child {margin-top: 10px;}
|
|
#mainContent .main-header h2 {width: 90%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
|
.fullscreen-save, .markdown-fullscreen-save {position: fixed; top: 10px; right: 30px; z-index: 999999;}
|
|
|
|
.modal-header .fullscreen-save, .markdown-fullscreen-save {top: 5px; right: 60px;}
|