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;
|
border: solid;
|
||||||
color: black;
|
color: black;
|
||||||
height: -moz-fit-content;
|
height: -moz-fit-content;
|
||||||
height: -webkit-fit-content;
|
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
@ -243,7 +242,6 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
width: -moz-fit-content;
|
width: -moz-fit-content;
|
||||||
width: -webkit-fit-content;
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
:where(dialog:not([open])) {
|
:where(dialog:not([open])) {
|
||||||
|
@ -554,7 +552,6 @@ p code {
|
||||||
pre {
|
pre {
|
||||||
border-left: 0.1em solid var(--link-underline);
|
border-left: 0.1em solid var(--link-underline);
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
max-width: -webkit-max-content;
|
|
||||||
max-width: -moz-max-content;
|
max-width: -moz-max-content;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
}
|
}
|
||||||
|
@ -586,7 +583,6 @@ blockquote {
|
||||||
border-left: 0.1em solid #666;
|
border-left: 0.1em solid #666;
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
margin: 1em 3em 1em 0em;
|
margin: 1em 3em 1em 0em;
|
||||||
max-width: -webkit-max-content;
|
|
||||||
max-width: -moz-max-content;
|
max-width: -moz-max-content;
|
||||||
max-width: max-content;
|
max-width: max-content;
|
||||||
}
|
}
|
||||||
|
@ -1145,7 +1141,6 @@ unhide (via JS) if Web Share API is supported */
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue