Commit c91e088b authored by Chunchi Che's avatar Chunchi Che

adjust side css

parent 9d34fb4a
Pipeline #23542 passed with stages
in 12 minutes and 48 seconds
......@@ -17,25 +17,25 @@
flex: 1;
padding-bottom: 0;
padding: 1rem;
width: 660px;
width: 41.25rem;
}
.deck-container {
width: -webkit-fill-available;
height: calc(100% - 20px);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 10px;
border-radius: 0.625rem;
display: flex;
flex-direction: column;
& > *:not(:last-of-type) {
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.title {
height: 44px;
flex: 0 0 44px;
height: 2.75rem;
flex: 0 0 2.75rem;
justify-content: space-between;
padding: 1em 2em;
font-size: 16px;
font-size: 1rem;
}
.deck-zone {
display: flex;
......@@ -44,11 +44,11 @@
--card-grid: 15;
}
background-color: hsla(0, 0%, 100%, 0.05);
backdrop-filter: blur(5px);
backdrop-filter: blur(0.3rem);
}
.detail-container {
--detail-width: 300px;
--detail-width: 18.75rem;
width: var(--detail-width);
flex: 0 0 var(--detail-width);
position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment