Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
adorsaz.ch
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adrien Dorsaz
adorsaz.ch
Merge requests
!53
An error occurred while fetching pending comments
improve tag dialog
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
improve tag dialog
improve-tag-dialog
into
main
Overview
0
Commits
9
Pipelines
5
Changes
1
Merged
Adrien Dorsaz
requested to merge
improve-tag-dialog
into
main
11 months ago
Overview
0
Commits
9
Pipelines
5
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7facf001
Show latest version
1 file
+
14
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7facf001
blog engine: fix css lint issues
· 7facf001
Adrien Dorsaz
authored
11 months ago
src/css/screen.css
+
14
−
14
Options
@@ -357,15 +357,24 @@ button,
cursor
:
pointer
;
}
button
{
border-radius
:
0.8rem
;
}
dialog
>
header
button
{
height
:
1.4rem
;
width
:
1.4rem
;
padding
:
0
;
margin
:
0
;
font-size
:
0.8rem
;
border
:
none
;
}
button
:hover
,
.button
:hover
{
background
:
no-repeat
0.8em
0.2em
hsl
(
var
(
--accent-color-hsl
)
/
20%
);
}
button
{
border-radius
:
0.8rem
;
}
.icon-atom-feed
,
.icon-close
{
font-size
:
0.8em
;
@@ -425,14 +434,5 @@ dialog > header h1 {
width
:
100%
;
font-size
:
1.2rem
;
text-align
:
center
;
margin-block
:
0px
;
}
dialog
>
header
button
{
height
:
1.4rem
;
width
:
1.4rem
;
padding
:
0
;
margin
:
0
;
font-size
:
0.8rem
;
border
:
none
;
margin-block
:
0
;
}
Loading