About window: only allow text selection
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
-webkit-user-select: none;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
@@ -17,9 +18,11 @@
|
|||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
-webkit-user-select: text;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user