mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
tweak: tweak priv policy placement and style
This commit is contained in:
@@ -105,16 +105,22 @@
|
||||
|
||||
.bsplus-analytics-header-actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
.bsplus-analytics-header-actions {
|
||||
min-width: 10.5rem;
|
||||
}
|
||||
.bsplus-analytics-btn-privacy {
|
||||
background: transparent;
|
||||
color: var(--bsplus-analytics-text);
|
||||
border: none;
|
||||
padding: 0.65rem 0.75rem;
|
||||
}
|
||||
|
||||
.bsplus-analytics-btn-privacy:hover:not(:disabled) {
|
||||
transform: scale(1.02);
|
||||
color: var(--bsplus-analytics-accent);
|
||||
}
|
||||
|
||||
.bsplus-analytics-header-text h1 {
|
||||
|
||||
Reference in New Issue
Block a user