TheDesk Miho(ver.7)

This commit is contained in:
cutls
2018-02-04 23:56:31 +09:00
parent 108086c48a
commit df86d32b33
17 changed files with 229 additions and 24 deletions

13
app/css/sort.css Normal file
View File

@@ -0,0 +1,13 @@
.drag-content{
width:300px;
max-width:100%;
height:30px;
text-overflow: ellipsis;
cursor:move;
user-select: none;
background-color:#424242;
margin:5px;
border-radius:5px;
color:white;
padding:3px;
}

View File

@@ -1,5 +1,7 @@
/*TL CSS(ただしBBCode pulse:master.css/spin:font-awesome*/
#timeline-container {
overflow-x: scroll;
overflow-y: hidden;
display: flex;
width: 100vw;
height: 100vh;
@@ -8,7 +10,7 @@ iframe {
max-width:100%;
}
.box {
overflow-y: hidden;
overflow: hidden;
min-width: 300px;
height: 100vh;
flex: 1;
@@ -132,7 +134,7 @@ p {
}
/*black theme*/
.blacktheme #notf-box, .notf-box {
.blacktheme .notf-box {
background-color: #424242;
}
.blacktheme .modal-footer {