Skylar Ittner 5 лет назад
Родитель 43142f0285
Коммит 71a6cc1c57

@ -1,31 +0,0 @@
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*
Created on : Jan 7, 2019, 9:30:35 PM
Author : Skylar Ittner
*/
.CodeMirror {
border: none;
margin-top: 45px;
}
.editor-toolbar {
position: fixed;
top: 56px;
right: 0;
left: 0;
z-index: 99999;
background-color: white;
border: none;
border-radius: 0px;
}
@media (min-width: 768px) {
.editor-toolbar {
top: 64px;
}
}

@ -10,8 +10,6 @@
<link rel="stylesheet" href="fonts/material.css">
<link rel="stylesheet" href="css/notecards.css">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="node_modules/easymde/dist/easymde.min.css">
<link rel="stylesheet" href="css/editor.css">
<title>NotePost</title>
@ -28,7 +26,6 @@
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/framework7/js/framework7.min.js"></script>
<script src="node_modules/marked/marked.min.js"></script>
<script src="node_modules/easymde/dist/easymde.min.js"></script>
<script src="node_modules/shufflejs/dist/shuffle.min.js"></script>
<script src="js/delta.js"></script>

Загрузка…
Отмена
Сохранить