mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 13:40:16 +08:00
quote report media queries. closes #2407
This commit is contained in:
parent
80f862f47b
commit
199b3b8433
2 changed files with 22 additions and 13 deletions
|
@ -613,11 +613,13 @@
|
|||
padding: 2rem;
|
||||
display: grid;
|
||||
gap: 1rem;
|
||||
width: 1000px;
|
||||
grid-template-rows: auto auto auto auto auto auto auto auto auto;
|
||||
height: auto;
|
||||
max-height: 40rem;
|
||||
overflow-y: scroll;
|
||||
width: calc(100% - 4rem);
|
||||
margin-left: 2rem;
|
||||
max-width: 800px;
|
||||
|
||||
label {
|
||||
color: var(--sub-color);
|
||||
|
|
|
@ -70,6 +70,18 @@
|
|||
// line-height: 1.5rem !important;
|
||||
// }
|
||||
// }
|
||||
#bannerCenter .banner .container {
|
||||
grid-template-columns: 1fr auto;
|
||||
.image {
|
||||
display: none;
|
||||
}
|
||||
.lefticon {
|
||||
display: none;
|
||||
}
|
||||
.text {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
}
|
||||
.merchBanner {
|
||||
img {
|
||||
display: none;
|
||||
|
@ -105,18 +117,6 @@
|
|||
grid-template-columns: 1fr 1fr 1fr;
|
||||
justify-items: center;
|
||||
}
|
||||
#bannerCenter .banner .container {
|
||||
grid-template-columns: 1fr auto;
|
||||
.image {
|
||||
display: none;
|
||||
}
|
||||
.lefticon {
|
||||
display: none;
|
||||
}
|
||||
.text {
|
||||
margin-left: 2rem;
|
||||
}
|
||||
}
|
||||
#centerContent {
|
||||
#top {
|
||||
grid-template-areas:
|
||||
|
@ -393,6 +393,13 @@
|
|||
width: 90vw;
|
||||
}
|
||||
|
||||
#quoteReportPopup {
|
||||
width: calc(100% - 2rem);
|
||||
margin-left: 1rem;
|
||||
max-width: 800px;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.pageSettings {
|
||||
.settingsGroup.quickNav {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue