alpha
Login
or
Join now
atpota.to
/
cred.blue
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix resource library mobile styles
author
damedotblog
date
1 year ago
(Mar 3, 2025, 1:43 PM -0500)
commit
79e9e05c
79e9e05c980710a458724cd8bb3fbc6d96d86fdd
parent
ce1bf844
ce1bf84487d2e507ad6bb9dd321f25f46caf9aec
+10
-17
2 changed files
Expand all
Collapse all
Unified
Split
src
components
Resources
Resources.css
UserProfile
UserProfile.css
+10
-13
src/components/Resources/Resources.css
Reviewed
···
399
399
flex-direction: column;
400
400
}
401
401
402
402
-
.search-filters-container {
403
403
-
flex-direction: column;
404
404
-
gap: 10px;
405
405
-
}
406
406
-
407
407
-
.search-container {
408
408
-
max-width: none;
409
409
-
}
410
410
-
411
402
.quick-actions {
412
403
width: 100%;
413
404
}
414
414
-
415
415
-
.feeling-lucky-button {
416
416
-
width: 100%;
405
405
+
406
406
+
& .feeling-lucky-button {
407
407
+
max-width: 100px;
408
408
+
font-size: 0.9em;
417
409
}
418
410
}
419
411
···
447
439
.filter-dropdown {
448
440
width: 100%;
449
441
justify-content: space-between;
442
442
+
flex-direction: column;
450
443
}
451
444
452
445
.toggle-filters {
453
446
width: 100%;
454
447
justify-content: space-between;
448
448
+
flex-direction: column;
455
449
}
456
450
457
451
.filter-share-button {
···
495
489
.resources-page {
496
490
max-width: 100%;
497
491
}
492
492
+
493
493
+
.search-filters-container {
494
494
+
gap: 0px;
495
495
+
}
498
496
499
497
.resources-header h1 {
500
498
font-size: 1.4rem;
···
506
504
507
505
.toggle-filters {
508
506
flex-direction: column;
509
509
-
align-items: flex-start;
510
507
gap: 10px;
511
508
}
512
509
-4
src/components/UserProfile/UserProfile.css
Reviewed
···
665
665
font-size: 1.5em;
666
666
}
667
667
668
668
-
.react-grid-layout {
669
669
-
margin: 10px;
670
670
-
}
671
671
-
672
668
.react-grid-item {
673
669
margin-bottom: 15px;
674
670
}