Browse Source

CSS修订

tags/v32.5
枫谷剑仙 3 years ago
parent
commit
165ac7ffec
2 changed files with 8 additions and 9 deletions
  1. +1
    -1
      service-worker.js
  2. +7
    -8
      style.css

+ 1
- 1
service-worker.js View File

@@ -9699,7 +9699,7 @@ const cachesMap = new Map([
],
[
"style.css",
"645686f51ca27e33d00ffdd9e7ec869a"
"8e09f4adfba107cb104aaba7e109c89c"
],
[
"temp.js",


+ 7
- 8
style.css View File

@@ -1379,8 +1379,11 @@ icon.inflicts::after
content: "修改辅助";
}*/

.edit-box .search-box{
padding: 10px;
.edit-box .search-box {
padding: 0 10px;
position: relative;
}
.edit-box .setting-box {
position: relative;
}
/*.edit-box .setting-box .row-mon-id::before{
@@ -2357,6 +2360,8 @@ icon.inflicts::after
border-radius: 12px;
padding: 0 5px;
box-shadow: inset 0 3px 3px black;
font-size: 15px;
line-height: unset;
}
.row-mon-plus .plus-box{
border-color: #A07740;
@@ -2555,12 +2560,6 @@ icon.inflicts::after
{
display: none;
}
.row-mon-latent details{
margin-top: -18px;
}
.row-mon-latent details>summary {
width: max-content;
}

.m-latent-allowable-ul{
margin-bottom: 5px;


Loading…
Cancel
Save