Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
el3ab-Player
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
el3ab-Player
Commits
fb012a51
Commit
fb012a51
authored
May 27, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: consolidate icon size classes with proper SVG attributes
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
43691c0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
app.css
public/css/app.css
+4
-3
No files found.
public/css/app.css
View file @
fb012a51
...
@@ -127,9 +127,10 @@ img {
...
@@ -127,9 +127,10 @@ img {
stroke-linejoin
:
round
;
stroke-linejoin
:
round
;
flex-shrink
:
0
;
flex-shrink
:
0
;
}
}
.icon-sm
{
width
:
16px
;
height
:
16px
;
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
2
;
stroke-linecap
:
round
;
stroke-linejoin
:
round
;
}
.icon-sm
,
.icon-lg
,
.icon-xl
{
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
2
;
stroke-linecap
:
round
;
stroke-linejoin
:
round
;
flex-shrink
:
0
;
}
.icon-lg
{
width
:
24px
;
height
:
24px
;
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
2
;
stroke-linecap
:
round
;
stroke-linejoin
:
round
;
}
.icon-sm
{
width
:
16px
;
height
:
16px
;
}
.icon-xl
{
width
:
32px
;
height
:
32px
;
fill
:
none
;
stroke
:
currentColor
;
stroke-width
:
2
;
stroke-linecap
:
round
;
stroke-linejoin
:
round
;
}
.icon-lg
{
width
:
24px
;
height
:
24px
;
}
.icon-xl
{
width
:
32px
;
height
:
32px
;
}
.icon-fill
{
fill
:
currentColor
;
stroke
:
none
;
}
.icon-fill
{
fill
:
currentColor
;
stroke
:
none
;
}
/* ==================== LAYOUT ==================== */
/* ==================== LAYOUT ==================== */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment