mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:32:45 +08:00
make editor preview cursor default not i-beam
This commit is contained in:
parent
333aafad47
commit
6571a9d924
|
@ -300,6 +300,7 @@
|
|||
border: 1px dashed scale-color-diff();
|
||||
overflow: auto;
|
||||
visibility: visible;
|
||||
cursor: default;
|
||||
video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
|
|
|
@ -114,7 +114,7 @@ h2#site-text-logo
|
|||
max-height: 1em;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 8px 0 0 0;
|
||||
margin: 5px 0 0 0;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user