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