pull/216/head
parent
54fa073ec4
commit
afaff33bfc
|
@ -54,7 +54,7 @@
|
|||
.operatediv div{margin:16px}
|
||||
.operatediv_close{position:absolute;right:3px;top:3px;}
|
||||
.readme{padding:8px;background-color:rgb(245,245,245);}
|
||||
@media only screen and (max-width:480px){
|
||||
@media only screen and (max-width:495px){
|
||||
.title{margin-bottom:24px}
|
||||
.list-wrapper{width:96%; margin:0 auto 10px;}
|
||||
.list-table {padding:8px}
|
||||
|
@ -86,6 +86,11 @@
|
|||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
@media only screen and (max-width:542px){
|
||||
.list-table td.file,.list-table th.file{width:calc(90% - 220px)}
|
||||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
.operatediv_close{position:absolute;right:3px;top:3px;}
|
||||
.readme{padding:8px;background-color:rgba(245,245,245,0.3);}
|
||||
.markdown-body{padding:20px;text-align:left;font-size:14px !important}
|
||||
@media only screen and (max-width:480px){
|
||||
@media only screen and (max-width:495px){
|
||||
.title{margin-bottom:24px}
|
||||
.list-wrapper{width:96%; margin:0 auto 10px;}
|
||||
.list-table {padding:8px}
|
||||
|
@ -86,6 +86,11 @@
|
|||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
@media only screen and (max-width:542px){
|
||||
.list-table td.file,.list-table th.file{width:calc(90% - 220px)}
|
||||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
.operatediv_close{position:absolute;right:3px;top:3px;}
|
||||
.readme{padding:8px;background-color:rgba(245,245,245,0.3);}
|
||||
.markdown-body{padding:20px;text-align:left;font-size:14px !important}
|
||||
@media only screen and (max-width:480px){
|
||||
@media only screen and (max-width:495px){
|
||||
.title{margin-bottom:24px}
|
||||
.list-wrapper{width:96%; margin:0 auto 10px;}
|
||||
.list-table {padding:8px}
|
||||
|
@ -86,6 +86,11 @@
|
|||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
@media only screen and (max-width:542px){
|
||||
.list-table td.file,.list-table th.file{width:calc(90% - 220px)}
|
||||
.list-table td.size,.list-table th.size{width:70px !important}
|
||||
.list-table td.updated_at,.list-table th.updated_at{width:140px !important}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue