mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 05:49:02 +00:00
reduce size
This commit is contained in:
parent
3a7d08feb4
commit
b2ebeceb3e
1 changed files with 3 additions and 3 deletions
|
|
@ -181,7 +181,7 @@
|
|||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
padding: 4px 8px;
|
||||
padding: 4px 0 0 0;
|
||||
cursor: pointer;
|
||||
transition: opacity 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
|
||||
background-color: var(--background-secondary);
|
||||
|
|
@ -349,7 +349,7 @@
|
|||
text-align: center;
|
||||
font-weight: 600;
|
||||
color: var(--text-accent);
|
||||
margin: 0 2px;
|
||||
margin: 0 8px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
|
|
@ -795,6 +795,6 @@
|
|||
margin-top: 2px;
|
||||
background-color: var(--background-primary-alt);
|
||||
border-radius: 4px;
|
||||
padding: 2px 4px;
|
||||
padding: 2px 6px;
|
||||
border: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue