mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:21:41 +00:00
usar bootstrap
This commit is contained in:
parent
7007bbe1fa
commit
7fe114b834
1 changed files with 7 additions and 6 deletions
|
@ -2,10 +2,8 @@
|
|||
box-sizing: border-box;
|
||||
*, *::before, *::after { box-sizing: inherit; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p {
|
||||
min-height: 1.4em;
|
||||
line-height: 1.4;
|
||||
margin: 0;
|
||||
h1, h2, h3, h4, h5, h6, p, li {
|
||||
min-height: 1.5rem;
|
||||
}
|
||||
|
||||
mark {
|
||||
|
@ -15,6 +13,10 @@
|
|||
|
||||
.selected { outline: #f206f9 solid medium; }
|
||||
|
||||
iframe {
|
||||
min-height: 480px;
|
||||
}
|
||||
|
||||
img, video, iframe, audio {
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
|
@ -43,8 +45,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
ol, ul { margin: 0; }
|
||||
|
||||
.editor-content {
|
||||
word-wrap: break-word;
|
||||
div[data-align="left"] { text-align: left; }
|
||||
|
@ -55,6 +55,7 @@
|
|||
*[data-editor-loading] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
*[data-editor-error] {
|
||||
filter: grayscale(100%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue