mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
Little fixes
This commit is contained in:
@@ -107,7 +107,7 @@ body {
|
||||
transition:background-color 0.2s;
|
||||
}
|
||||
.user-dropdown-btn:hover {
|
||||
background:var(--card-card);
|
||||
background:var(--hover);
|
||||
}
|
||||
.user-info {
|
||||
text-align:right;
|
||||
@@ -119,7 +119,7 @@ body {
|
||||
margin-top:0.5rem;
|
||||
background:var(--card-card);
|
||||
border-radius:12px;
|
||||
box-shadow:0 4px 6px -1px var(--accent-shadow);
|
||||
box-shadow:0 4px 6px -1px rgba(0,0,0,0.1);
|
||||
width:200px;
|
||||
display:none;
|
||||
z-index:1000;
|
||||
@@ -138,7 +138,9 @@ body {
|
||||
transition:background-color 0.2s;
|
||||
}
|
||||
.dropdown-item:hover {
|
||||
background:var(--button-secondaryFill);
|
||||
background:var(--hover);
|
||||
color:var(--accent-accent);
|
||||
border-radius:8px;
|
||||
text-decoration:none;
|
||||
}
|
||||
.kreta-main {
|
||||
@@ -360,9 +362,10 @@ body {
|
||||
justify-content:center;
|
||||
margin:16px auto;
|
||||
background:var(--card-card);
|
||||
border-radius:24px;
|
||||
border-radius:12px;
|
||||
box-shadow:0px 1px var(--shadow-blur) 0px var(--accent-shadow);
|
||||
max-width:800px;
|
||||
padding:20px;
|
||||
padding:16px;
|
||||
}
|
||||
.week-selector-container {
|
||||
width:100%;
|
||||
@@ -394,7 +397,7 @@ body {
|
||||
display:flex;
|
||||
align-items:center;
|
||||
justify-content:center;
|
||||
gap:12px;
|
||||
gap:clamp(8px,2vw,12px);
|
||||
max-width:100%;
|
||||
}
|
||||
.week-nav-btn {
|
||||
@@ -1531,4 +1534,4 @@ to {
|
||||
padding-top:16px;
|
||||
transition:gap 0.2s ease;
|
||||
font-size:clamp(0.875rem,1.5vw,1rem);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user