mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 18:07:13 +01:00
Update styling property placement & match top nav box shadow on ft-refresh-widget
This commit is contained in:
parent
366ecec0f3
commit
518f7d5702
@ -4,15 +4,16 @@
|
||||
inset-inline-end: 0;
|
||||
box-sizing: border-box;
|
||||
inline-size: calc(100% - 80px);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: var(--card-bg-color);
|
||||
box-shadow: 0 1px 6px rgba(0,0,0,.1);
|
||||
padding-block: 5px;
|
||||
padding-inline: 10px;
|
||||
box-shadow: 0 2px 1px 0 var(--primary-shadow-color);
|
||||
background-color: var(--card-bg-color);
|
||||
border-inline-start: 2px solid var(--primary-color);
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
justify-content: flex-end;
|
||||
border-inline-start: 2px solid var(--primary-color);
|
||||
}
|
||||
|
||||
.floatingRefreshSection:has(.lastRefreshTimestamp + .refreshButton) {
|
||||
@ -24,8 +25,8 @@
|
||||
}
|
||||
|
||||
.lastRefreshTimestamp {
|
||||
text-align: center;
|
||||
margin-block: 0;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user