update
parent
7549f0b44e
commit
75ec4e5cc5
|
@ -72,7 +72,36 @@
|
||||||
.operatediv_close{position:absolute;right:3px;top:3px;}
|
.operatediv_close{position:absolute;right:3px;top:3px;}
|
||||||
.readme{padding:0px;}
|
.readme{padding:0px;}
|
||||||
.markdown-body{padding:24px;text-align:left;font-size:14px !important}
|
.markdown-body{padding:24px;text-align:left;font-size:14px !important}
|
||||||
|
@media only screen and (max-width:1152px){
|
||||||
|
.list-table td.file,.list-table th.file{width:calc(95% - 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}
|
||||||
|
}
|
||||||
|
@media only screen and (max-width:925px){
|
||||||
|
.list-table td.file,.list-table th.file{width:calc(94% - 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}
|
||||||
|
}
|
||||||
|
@media only screen and (max-width:781px){
|
||||||
|
.list-table td.file,.list-table th.file{width:calc(93% - 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}
|
||||||
|
}
|
||||||
|
@media only screen and (max-width:679px){
|
||||||
|
.list-table td.file,.list-table th.file{width:calc(92% - 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}
|
||||||
|
}
|
||||||
|
@media only screen and (max-width:605px){
|
||||||
|
.list-table td.file,.list-table th.file{width:calc(91% - 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}
|
||||||
|
}
|
||||||
|
@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}
|
||||||
|
}
|
||||||
@media only screen and (max-width:495px){
|
@media only screen and (max-width:495px){
|
||||||
.title{margin-bottom:24px}
|
.title{margin-bottom:24px}
|
||||||
.list-wrapper{width:98%; margin:0 auto 10px;}
|
.list-wrapper{width:98%; margin:0 auto 10px;}
|
||||||
|
|
Loading…
Reference in New Issue