Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
ba64e69f
Commit
ba64e69f
authored
3 years ago
by
Loïs Poujade
Browse files
Options
Downloads
Patches
Plain Diff
fix left menu width
parent
4c8231cc
No related branches found
No related tags found
2 merge requests
!92
Tuleap 238 add tag to annotation
,
!91
Tuleap 207 rework left menu
Pipeline
#1038
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
capsule-prototype/css/left_menu.css
+3
-4
3 additions, 4 deletions
capsule-prototype/css/left_menu.css
capsule-prototype/index.html
+2
-2
2 additions, 2 deletions
capsule-prototype/index.html
with
5 additions
and
6 deletions
capsule-prototype/css/left_menu.css
+
3
−
4
View file @
ba64e69f
...
...
@@ -6,6 +6,7 @@
#left_menu
{
width
:
80px
;
min-width
:
80px
;
justify-content
:
space-between
;
background
:
var
(
--rk-light-blue
);
overflow-x
:
auto
;
...
...
@@ -51,13 +52,11 @@
flex-direction
:
column
;
}
.btns_control
{
}
#btn_add_note
::before
{
content
:
url("images/icn-menu-addnote.png")
;
}
#btn_add_link
::before
{
content
:
url("images/icn-menu-addlink.png")
;
}
#btn_add_file
::before
{
content
:
url("images/icn-menu-addfile.png")
;
}
#btn_add_paste
::before
{
content
:
url("images/icn-image.png")
;
}
#left_menu_item_preview
::before
{
content
:
url("images/icn-menu-preview.png")
;
}
#left_menu_item_settings
::before
{
content
:
url("images/icn-menu-settings.png")
;
}
...
...
This diff is collapsed.
Click to expand it.
capsule-prototype/index.html
+
2
−
2
View file @
ba64e69f
...
...
@@ -233,8 +233,8 @@
</form>
</div>
<div
class=
'flex-col'
>
<div
id=
'left_menu_item_preview'
class=
'left_menu_item'
>
preview
</div>
<div
id=
'left_menu_item_settings'
class=
'left_menu_item'
>
settings
</div>
<div
id=
'left_menu_item_preview'
class=
'left_menu_item
flex-col
'
>
preview
</div>
<div
id=
'left_menu_item_settings'
class=
'left_menu_item
flex-col
'
>
settings
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment