Skip to content

Commit

Permalink
Removed scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxari committed Oct 27, 2024
1 parent 22fd72c commit a5c7a8c
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 0 deletions.
12 changes: 12 additions & 0 deletions themes/default(tokyonight-variation).css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #a9b1d6;
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down
12 changes: 12 additions & 0 deletions themes/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #f8f8f2; /* Dracula foreground */
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down
12 changes: 12 additions & 0 deletions themes/gruvbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #ebdbb2; /* gruvbox light text */
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down
12 changes: 12 additions & 0 deletions themes/monochrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #e6e6e6; /* Light gray text */
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down
12 changes: 12 additions & 0 deletions themes/nord.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #eceff4; /* Nord Snow Storm */
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down
12 changes: 12 additions & 0 deletions themes/solarized-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ window {
color: #839496; /* Solarized base0 */
}

/* Hide scrollbar */
scrolledwindow undershoot.top,
scrolledwindow undershoot.bottom,
scrolledwindow overshoot.top,
scrolledwindow overshoot.bottom,
scrolledwindow scrollbar {
opacity: 0;
-gtk-icon-size: 0;
min-width: 0;
min-height: 0;
}

.search-box {
margin: 8px 12px;
padding: 0;
Expand Down

0 comments on commit a5c7a8c

Please sign in to comment.