Expand Gitlab windows
Gitcode Simplify by gitsang
Details
Authorgitsang
LicenseMIT License
Categorygitcode
Created
Updated
Size1.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Gitcode Simplify
@version 20211019.05.39
@namespace userstyles.world/user/gitsang
@description Expand Gitlab windows
@author gitsang
@license MIT License
==/UserStyle== */
@-moz-document regexp(".*gitcode.yealink.com.*") {
main {
width: 100%!important;
max-width: 100%;
}
.container-limited.limit-container-width {
width: 100%!important;
max-width: 100%;
}
.container-limited {
width: 100%!important;
max-width: 100%;
}
.container-limited.limit-container-width {
width: 100%!important;
max-width: 100%;
}
.limit-container-width .flash-container,
.limit-container-width .detail-page-header,
.limit-container-width .page-content-header,
.limit-container-width .commit-box,
.limit-container-width .info-well,
.limit-container-width .commit-ci-menu,
.limit-container-width .files-changed-inner,
.limit-container-width .limited-header-width,
.limit-container-width .limited-width-notes {
width: 100%!important;
max-width: 100%;
}
.container-fluid.container-limited.limit-container-width .file-holder.readme-holder.limited-width-container .file-content,
.container-limited.limit-container-width.container-sm .file-holder.readme-holder.limited-width-container .file-content,
.container-limited.limit-container-width.container-md .file-holder.readme-holder.limited-width-container .file-content,
.container-limited.limit-container-width.container-lg .file-holder.readme-holder.limited-width-container .file-content,
.container-limited.limit-container-width.container-xl .file-holder.readme-holder.limited-width-container .file-content {
width: 100%!important;
max-width: 100%;
}
}