mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
4831ad34b8
commit
62c6c2738a
5 changed files with 558 additions and 8 deletions
|
|
@ -77,15 +77,22 @@ a:active {
|
|||
}
|
||||
|
||||
.content_info {
|
||||
border-bottom: 1px solid #dee2e6;
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
display: flex;
|
||||
grid-gap: 12px;
|
||||
display: flex;
|
||||
grid-gap: 12px;
|
||||
}
|
||||
|
||||
.content_activity {
|
||||
flex: 1;
|
||||
min-height: 123px;
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
background: #efefef;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.online {
|
||||
width: 465px;
|
||||
min-width: 465px;
|
||||
padding: 4px;
|
||||
background: #efefef;
|
||||
border-radius: 4px;
|
||||
|
|
@ -529,6 +536,11 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
|
||||
|
||||
@media (max-width: 690px) {
|
||||
|
||||
.content_info {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
|
||||
.content_center {
|
||||
flex-direction: column-reverse;
|
||||
grid-gap: 12px;
|
||||
|
|
@ -575,6 +587,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
.header_mobile_nav {
|
||||
margin-left: 12px;
|
||||
margin-right: 12px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue