fix: format
This commit is contained in:
@@ -35,6 +35,7 @@ html {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ff00c3;
|
color: #ff00c3;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #ff00c3;
|
color: #ff00c3;
|
||||||
}
|
}
|
||||||
@@ -42,7 +43,7 @@ a {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||||
monospace;
|
monospace;
|
||||||
color: #ff00c3;
|
color: #ff00c3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -65,14 +66,14 @@ code {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
transform: scale(1); /* Ensure no scaling */
|
transform: scale(1);
|
||||||
transform-origin: top left; /* Keep the position fixed */
|
/* Ensure no scaling */
|
||||||
|
transform-origin: top left;
|
||||||
|
/* Keep the position fixed */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#browser {
|
#browser {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#browser-window {
|
#browser-window {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user