mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
html and css updates
This commit is contained in:
parent
762d00b21d
commit
2950c0de35
14 changed files with 240 additions and 218 deletions
|
|
@ -42,7 +42,8 @@
|
|||
|
||||
img {
|
||||
display: block;
|
||||
width: calc(100% - 8px);
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
border: 4px solid var(--darker_grey);
|
||||
|
|
|
|||
|
|
@ -14,9 +14,10 @@
|
|||
}
|
||||
|
||||
&-header-mobile {
|
||||
padding: 5px 12px 0;
|
||||
display: none;
|
||||
width: calc(100% - 24px);
|
||||
box-sizing: border-box;
|
||||
padding: 5px 12px 0;
|
||||
width: 100%;
|
||||
float: unset;
|
||||
color: var(--accent);
|
||||
justify-content: space-between;
|
||||
|
|
|
|||
Loading…
Reference in a new issue