TheDesk Airi (ver.5)

This commit is contained in:
cutls
2018-03-15 04:42:48 +09:00
parent 686d1cd922
commit 2715f602d5
21 changed files with 538 additions and 177 deletions

View File

@@ -1,5 +1,5 @@
/*共通CSS*/
html,body{overflow:hidden; user-select: none; cursor:default; font-size:13px;}
html,body{overflow:hidden; user-select: none; cursor:default; font-size:13px;height: 100vh;}
.btn {
margin: 5px;
text-transform: none;

View File

@@ -12,6 +12,7 @@
}
#sidebar{
width:75px;
min-width:75px;
height:100vh;
background-color:#e0e0e0;
display:flex;
@@ -83,7 +84,9 @@ iframe {
font-size:1.2em;
}
.emoji-img{
width:1.2rem;
width: 20px;
vertical-align: middle;
margin: -3px 0 0;
}
.tl-box{ height:calc(100% - 40px); overflow-y:scroll; overflow-x:hidden }
.additional {