mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
62c6c2738a
commit
87e8072c01
4 changed files with 62 additions and 13 deletions
|
|
@ -83,6 +83,7 @@ a:active {
|
|||
|
||||
.content_activity {
|
||||
flex: 1;
|
||||
min-width: 272px;
|
||||
min-height: 123px;
|
||||
position: relative;
|
||||
border-radius: 4px;
|
||||
|
|
@ -92,7 +93,7 @@ a:active {
|
|||
}
|
||||
|
||||
.online {
|
||||
min-width: 465px;
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
background: #efefef;
|
||||
border-radius: 4px;
|
||||
|
|
@ -538,7 +539,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|||
@media (max-width: 690px) {
|
||||
|
||||
.content_info {
|
||||
flex-direction: column-reverse;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.content_center {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue