File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777.ui-status * {
7878 font-size : 16px ;
7979}
80+ .navbar-brand {
81+ font-weight : bold;
82+ }
8083.nav-status .ui-status * {
8184 font-size : 14px ;
8285}
@@ -172,6 +175,10 @@ body {
172175 width : 0px ;
173176 position : absolute;
174177 border-right : none;
178+ transition : left 0.1s , top 0.1s ;
179+ }
180+ .dropdown-menu .other-cursor {
181+ transition : none;
175182}
176183.cursortag {
177184 cursor : pointer;
@@ -185,6 +192,7 @@ body {
185192 font-family : inherit;
186193 border-radius : .25em ;
187194 white-space : nowrap;
195+ transition : left 0.1s ease-in-out, top 0.1s ease-in-out;
188196}
189197.fixfixed .navbar-fixed-top {
190198 position : absolute !important ;
@@ -204,7 +212,10 @@ div[contenteditable]:empty:not(:focus):before{
204212 margin-bottom : 0 !important ;
205213}
206214.dropdown-menu .other-cursor {
215+ max-height : 50vh ;
207216 width : auto !important ;
217+ overflow : auto;
218+ margin-bottom : 30px ;
208219}
209220.CodeMirror-scrollbar-filler {
210221 background : inherit;
You can’t perform that action at this time.
0 commit comments