Browse Source

fix titlebar styling

master
jeffvli 3 years ago
parent
commit
7950b83ba3
  1. 6
      src/styles/App.global.css

6
src/styles/App.global.css

@ -100,17 +100,19 @@ h1 {
#window-title-wrapper { #window-title-wrapper {
width: calc(80%); width: calc(80%);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
height: 100%; height: 100%;
padding: 2px; padding: 2px;
} }
#window-title { #window-title {
width: 100%;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
line-height: normal; line-height: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
#restore-button { #restore-button {

Loading…
Cancel
Save