diff options
Diffstat (limited to 'src/css/akn.css')
-rw-r--r-- | src/css/akn.css | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/css/akn.css b/src/css/akn.css index 0ad46eb..e7ded1e 100644 --- a/src/css/akn.css +++ b/src/css/akn.css @@ -1,5 +1,5 @@ * { - animation: fadeIn 0.2s; + animation: fadeIn 0.5s; } @keyframes fadeIn { @@ -218,10 +218,10 @@ article { top: 0; bottom: 0; float: left; - min-height: 80px; + min-height: 48px; justify-content: space-between; - max-height: 80px; - height: 80px; + max-height: 48px; + height: 48px; width: 100%; display: flex; flex-direction: row; @@ -231,7 +231,7 @@ article { .main{ position: fixed; - top: 80px; + top: 48px; /* background-color: #2a2a2a;*/ background-color: #000000; bottom: 62px; @@ -269,7 +269,7 @@ article { } .header img { - max-width: 80px; + max-width: 48px; width: 32px; width: -moz-available; width: -webkit-fill-available; @@ -284,6 +284,9 @@ h1 { padding: 2px; overflow-y: auto; display: flex; + align-items: end; + background: #cacaca; + width: 100%; color:rgb(51, 200, 234); } |