File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <!-- If we ever decide to make these links open in the same tab, this is how:
2525 <GNav :route="{ path: '/help' }">Help</GNav>
2626 -->
27- <a href =" /galahad/help" target =" _blank" >Help </a >
28- <a href =" /galahad/application" target =" _blank" >About </a >
29- <a href =" /galahad/contribute" target =" _blank" >Contribute </a >
30- <a href =" https://portal.clarin.ivdnt.org/lancelot" target =" _blank" >LAnCeLoT </a >
27+ <a href =" /galahad/help" target =" _blank" >help </a >
28+ <a href =" /galahad/application" target =" _blank" >about </a >
29+ <a href =" /galahad/contribute" target =" _blank" >contribute </a >
30+ <a href =" https://portal.clarin.ivdnt.org/lancelot" target =" _blank" >lancelot </a >
3131 </template >
3232
3333 </GTabs >
Original file line number Diff line number Diff line change @@ -154,18 +154,20 @@ export default defineComponent({
154154
155155 // header top tabs start
156156 .tabs-start {
157+ align-self : flex-start ;
157158
158159 img {
159160 position : relative ;
160- left : -6px ;
161- height : 125px ;
161+ left : -3px ;
162+ top : -1px ;
163+ height : 82px ;
162164 pointer-events : none ;
163165 }
164166
165167 a {
166168 display : block ;
167- height : 110 px ;
168- width : 232 px ;
169+ height : 70 px ;
170+ width : 152 px ;
169171 position : relative ;
170172 }
171173 }
@@ -180,11 +182,11 @@ export default defineComponent({
180182 font-style : normal ;
181183 color : black ;
182184 text-decoration : none ;
183- font-size : 16 px ;
185+ font-size : 0.8 rem ;
184186
185187 & :last-child {
186- font-size : 50 px ;
187- line-height : 50 px ;
188+ font-size : 1.7 rem ;
189+ line-height : 1.7 rem ;
188190 }
189191 }
190192 }
@@ -214,7 +216,7 @@ export default defineComponent({
214216.tabs .header .bottom {
215217 display : inline-flex ;
216218 flex-wrap : wrap ;
217- line-height : 50 px ;
219+ line-height : 45 px ;
218220 background-color : var (--int-theme );
219221
220222 >div {
@@ -266,14 +268,14 @@ export default defineComponent({
266268 background-color : var (--int-theme );
267269 z-index : 1 ;
268270 top : 0 ;
269- box-shadow : 0px 0 px 10 px black ;
271+ box-shadow : 0px 4 px 5 px 1 px #ccc ;
270272
271273 .top {
272- height : 110 px ;
274+ height : 70 px ;
273275 }
274276
275277 .bottom {
276- line-height : 70 px ;
278+ line-height : 52 px ;
277279 font-size : 18px ;
278280 }
279281 }
Original file line number Diff line number Diff line change 66 <p ><i >PoS comparison is base on the full PoS, including features.</i ></p >
77 <p >Click on a entry to view samples.</p >
88 </slot >
9+ <br />
10+ <br />
911 <DifferentTagsetsHelp />
1012 </template >
1113
You can’t perform that action at this time.
0 commit comments