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
tweak
author
damedotblog
date
1 year ago
(Feb 28, 2025, 2:49 PM -0500)
commit
d2db1bbb
d2db1bbb4ebe1f4ea4a7745e827bd886ff9f018e
parent
22c90de7
22c90de7f8360e97a91d254b54a17b3364e6b424
+1
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
components
Resources
Resources.css
+1
-2
src/components/Resources/Resources.css
Reviewed
···
163
163
padding: 14px 18px;
164
164
background-color: var(--background);
165
165
border: 2px solid var(--card-border);
166
166
-
max-width: 298.7px;
167
166
}
168
167
169
168
.disclaimer-icon {
···
557
556
.resource-tag {
558
557
font-size: 0.75rem;
559
558
background-color: rgba(var(--button-bg-rgb), 0.1);
560
560
-
padding: 3px 6px;
559
559
+
padding-top: 5px;
561
560
border-radius: 4px;
562
561
color: var(--text);
563
562
opacity: 0.8;