Skip to content

Commit

Permalink
Linux Mint theme fix expo-workspaces-name-entry (#473)
Browse files Browse the repository at this point in the history
* Linux Mint theme fix expo-workspaces-name-entry

Remove fixed width of label since "text-align: center;" doesn't do anything and text is left aligned.

* add min width
  • Loading branch information
fredcw authored May 17, 2024
1 parent b36a70d commit de8cb8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/usr/share/themes/Linux Mint/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,10 +2091,9 @@ StScrollBar StButton#vhandle:hover {
selected-color: black;
caret-color: rgb(128, 128, 128);
caret-size: 1px;
width: 250px;
min-width: 80px;
height: 1.5em;
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.6);
text-align: center;
}

.expo-workspaces-name-entry#selected {
Expand Down

0 comments on commit de8cb8e

Please sign in to comment.