Skip to content

Commit 0242089

Browse files
committed
Updated cursor css animation and dropdown-menu styles, updated navbar-brand font-weight
1 parent bb8a0da commit 0242089

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

public/css/index.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ body {
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;

0 commit comments

Comments
 (0)