mirror of https://gitlab.com/curben/blog
style(css): rebuild
This commit is contained in:
parent
7d6ffd131e
commit
0deef008e5
|
@ -235,7 +235,6 @@
|
|||
border: solid;
|
||||
color: black;
|
||||
height: -moz-fit-content;
|
||||
height: -webkit-fit-content;
|
||||
height: fit-content;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
|
@ -243,7 +242,6 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
width: -moz-fit-content;
|
||||
width: -webkit-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
:where(dialog:not([open])) {
|
||||
|
@ -554,7 +552,6 @@ p code {
|
|||
pre {
|
||||
border-left: 0.1em solid var(--link-underline);
|
||||
padding-left: 1em;
|
||||
max-width: -webkit-max-content;
|
||||
max-width: -moz-max-content;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
@ -586,7 +583,6 @@ blockquote {
|
|||
border-left: 0.1em solid #666;
|
||||
padding-left: 1em;
|
||||
margin: 1em 3em 1em 0em;
|
||||
max-width: -webkit-max-content;
|
||||
max-width: -moz-max-content;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
@ -1145,7 +1141,6 @@ unhide (via JS) if Web Share API is supported */
|
|||
padding: 5px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue