GithubHelp home page GithubHelp logo

Comments (14)

timothyis avatar timothyis commented on April 28, 2024 3

I actually really like HyperTerm fullscreen without the border + border-radius
image

Seems really attractive.

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@montogeek you can take a look at this one if you'd like!

from hyper.

montogeek avatar montogeek commented on April 28, 2024

@rauchg Actually, I like the border but it will take a look!

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@montogeek I like the border, but do you think the -radius makes sense ?

from hyper.

montogeek avatar montogeek commented on April 28, 2024

@rauchg It already has a border-radius, I like it that way

from hyper.

rauchg avatar rauchg commented on April 28, 2024

Yeah it's not bad, but for example Chrome and others make their borders rectangular when going fullscreen.

from hyper.

hharnisc avatar hharnisc commented on April 28, 2024

In fullscreen with no radius, looks pretty sweet!

screen shot 2016-07-06 at 6 37 16 pm

from hyper.

kaicataldo avatar kaicataldo commented on April 28, 2024

Thoughts on removing the border entirely in fullscreen mode? I think it looks a lot cleaner and has a more native feel without (and would match the behavior of other applications like iTerm).

from hyper.

kaicataldo avatar kaicataldo commented on April 28, 2024

Yeah! Though I still like the border around tabs when are there are multiple tabs.

from hyper.

kube avatar kube commented on April 28, 2024

Is this possible now ?
Any class added when in mac fullscreen mode ?

from hyper.

rauchg avatar rauchg commented on April 28, 2024

@kube I wonder if this applies: https://developer.mozilla.org/en-US/docs/Web/CSS/:fullscreen

from hyper.

kube avatar kube commented on April 28, 2024

@rauchg

I just tried to add :fullscreen on nav.tabs_nav in my own CSS, and it does not work.

So I tried from the Developer Tools to add manually a new rule with :fullscreen but Chromium does not seem to accept it (rule is not added).

I tried with :

  • :fullscreen
  • :webkit-fullscreen
  • :full-screen
  • :webkit-full-screen

Without success.

To be sure, I added manually a new rule with :hover and the rule was correctly added.

So I guess Electron does not support this at the moment.

from hyper.

kube avatar kube commented on April 28, 2024

I rapidly looked at the code on the repo, and there's a UI_WINDOW_MAXIMIZE Action.

I did not find where this action is actually dispatched.

Maybe using this Action and State ui.maximized boolean to toggle a .hyper-fullscreen CSS class at the React root component would be a solution ?

Then we could create custom CSS rules like this :

.hyper-fullscreen nav.tabs_bar {
  background-color: black;
}

from hyper.

rauchg avatar rauchg commented on April 28, 2024

Yep @kube (not to be confused with kubo). I strongly suggest creating a plugin!

You could call it: hyper-borderless-fullscreen :P

from hyper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.