TheDesk Miho(ver.7)
This commit is contained in:
13
app/css/sort.css
Normal file
13
app/css/sort.css
Normal 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;
|
||||
}
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user