Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Alsijil
Merge requests
!88
Resolve "Check (responsive) design"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Check (responsive) design"
94-check-responsive-design
into
master
Overview
4
Commits
27
Pipelines
6
Changes
8
Merged
Julian
requested to merge
94-check-responsive-design
into
master
4 years ago
Overview
4
Commits
27
Pipelines
6
Changes
7
Expand
Closes
#94 (closed)
Closes
#100 (closed)
Closes
#101 (closed)
Edited
4 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
version 1
version 6
c733086c
4 years ago
version 5
c733086c
4 years ago
version 4
c3feb74b
4 years ago
version 3
4010ae0f
4 years ago
version 2
04583173
4 years ago
version 1
2807aa00
4 years ago
master (base)
and
version 5
latest version
c733086c
27 commits,
4 years ago
version 6
c733086c
27 commits,
4 years ago
version 5
c733086c
27 commits,
4 years ago
version 4
c3feb74b
19 commits,
4 years ago
version 3
4010ae0f
16 commits,
4 years ago
version 2
04583173
15 commits,
4 years ago
version 1
2807aa00
9 commits,
4 years ago
Show latest version
7 files
+
197
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/alsijil/static/css/alsijil/alsijil.css
+
9
−
0
Options
@@ -24,5 +24,14 @@ table a.tr-link {
.show-on-extra-large
{
display
:
none
;
}
}
@media
only
screen
and
(
max-width
:
600px
)
{
.collection
.collection-item.avatar
{
padding-left
:
20px
;
}
.collection
.collection-item.avatar
:not
(
.circle-clipper
)
>
.circle
{
position
:
relative
;
margin-bottom
:
10px
;
}
}
Loading