This commit is contained in:
SillyLossy
2023-04-13 22:34:42 +03:00
6 changed files with 32 additions and 26 deletions

View File

@@ -618,6 +618,19 @@ select {
margin-bottom: 0;
}
#character_cross,
#world_cross,
#select_chat_cross {
position: absolute;
right: 15px;
top: 15px;
width: 20px;
height: 20px;
cursor: pointer;
opacity: 0.6;
font-size: 24px;
}
#firstmessage_textarea {
height: -webkit-fill-available;
}
@@ -1011,16 +1024,16 @@ input[type=search]:focus::-webkit-search-cancel-button {
position: relative;
float: right;
right: 10px;
top: 10px;
top: 5px;
cursor: pointer;
opacity: 0.4;
background-color: var(--black100);
opacity: 0.7;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
box-shadow: 0 0 0 2pt black;
background-image: url(img/cross.png);
font-size: 20px;
color: var(--black70a);
text-shadow: none;
padding: 0;
margin: 0;
filter: drop-shadow(0px 0px 3px white);
}
.no-border {
@@ -2153,18 +2166,11 @@ h5 {
height: 15px;
cursor: pointer;
opacity: 0.4;
background-image: url(img/cross.png);
background-size: contain;
background-color: var(--black100);
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
box-shadow: 0 0 0 2pt black;
}
.PastChat_cross:hover {
background-color: var(--fullred);
box-shadow: 0 0 0 2pt red;
color: red;
filter: drop-shadow(0 0 2px red);
}
#advanced_book_logo {