Fix the font-size problem.

main
Zed A. Shaw 1 year ago
parent 595ef589dd
commit a06f48a68d
  1. 16
      client/pages/Problems.svelte
  2. 1
      static/blockstart.css

@ -38,7 +38,6 @@
} }
card * { card * {
font-size: 1em;
background-color: var(--value9); background-color: var(--value9);
} }
@ -49,7 +48,6 @@
} }
table#problem-list { table#problem-list {
font-size: 1em;
border: none; border: none;
} }
@ -79,6 +77,11 @@
padding: 2px; padding: 2px;
font-size: 0.7em; font-size: 0.7em;
} }
button#pick-one {
font-size: 0.9em;
white-space: nowrap;
}
</style> </style>
<Layout centered={ true }> <Layout centered={ true }>
@ -104,7 +107,7 @@
<block class="horizontal"> <block class="horizontal">
<input type="text" placeholder="Search"> <input type="text" placeholder="Search">
<button>Pick One</button> <button id="pick-one">Pick One</button>
</block> </block>
<table id="problem-list"> <table id="problem-list">
<tr><th>Title</th><th>Solution</th><th>Acceptance</th></tr> <tr><th>Title</th><th>Solution</th><th>Acceptance</th></tr>
@ -129,13 +132,13 @@
<top><h6>Featured Lists</h6></top> <top><h6>Featured Lists</h6></top>
<middle> <middle>
<tile> <tile>
<left><Icon name="laptop" size="36" /></left><middle>Study Plan</middle><right>&gt;</right> <left><Icon name="laptop" size="24" /></left><middle>Study Plan</middle><right>&gt;</right>
</tile> </tile>
<tile> <tile>
<left><Icon name="calendar" size="36" /></left><middle>Study Plan</middle><right>&gt;</right> <left><Icon name="calendar" size="24" /></left><middle>Study Plan</middle><right>&gt;</right>
</tile> </tile>
<tile> <tile>
<left><Icon name="facebook" size="36" /></left><middle>Study Plan</middle><right>&gt;</right> <left><Icon name="facebook" size="24" /></left><middle>Study Plan</middle><right>&gt;</right>
</tile> </tile>
</middle> </middle>
<bottom> <bottom>
@ -144,7 +147,6 @@
</card> </card>
<shape style="--w: 300px; --h: 350px; --value: 7; --text: 1;"> <shape style="--w: 300px; --h: 350px; --value: 7; --text: 1;">
Calendar
</shape> </shape>
<card> <card>

@ -41,7 +41,6 @@ blockstart {
} }
blockstart * { blockstart * {
font-size: 1.1em;
} }
blockstart > * + * { blockstart > * + * {

Loading…
Cancel
Save