Skip to content

Commit

Permalink
Merge branch 'main' into lunny/move_reverproxy_before_session
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot committed May 11, 2024
2 parents fe63172 + 3c2406a commit 0350d35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
5 changes: 1 addition & 4 deletions web_src/css/helpers.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ Gitea's private styles use `g-` prefix.

.g-table-auto-ellipsis td.auto-ellipsis span {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
inset: 0;
padding: inherit;
white-space: nowrap;
overflow: hidden;
Expand Down
5 changes: 1 addition & 4 deletions web_src/css/markup/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,7 @@

.markup input[type="checkbox"]::after {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
inset: 0;
pointer-events: none;
background: var(--color-text);
mask-size: cover;
Expand Down
5 changes: 1 addition & 4 deletions web_src/css/modules/dimmer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
.ui.dimmer {
position: fixed;
display: none;
top: 0;
left: 0;
right: 0;
bottom: 0;
inset: 0;
background: var(--color-overlay-backdrop);
opacity: 0;
z-index: 1000;
Expand Down

0 comments on commit 0350d35

Please sign in to comment.