mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Fix overflowing text entries
This commit is contained in:
@@ -70,6 +70,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.titlebar {
|
.titlebar {
|
||||||
|
.search {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
.path-bar-box {
|
.path-bar-box {
|
||||||
.dim-label {
|
.dim-label {
|
||||||
color:transparent;
|
color:transparent;
|
||||||
|
|||||||
@@ -5603,6 +5603,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.nautilus-window .searchbar-container {
|
.nautilus-window .searchbar-container {
|
||||||
margin-top: -1px; }
|
margin-top: -1px; }
|
||||||
|
|
||||||
|
.nautilus-window .titlebar .search {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
||||||
color: transparent; }
|
color: transparent; }
|
||||||
|
|
||||||
|
|||||||
@@ -5603,6 +5603,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.nautilus-window .searchbar-container {
|
.nautilus-window .searchbar-container {
|
||||||
margin-top: -1px; }
|
margin-top: -1px; }
|
||||||
|
|
||||||
|
.nautilus-window .titlebar .search {
|
||||||
|
border: 1px solid transparent;
|
||||||
|
border-radius: 3px;
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
||||||
color: transparent; }
|
color: transparent; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user