• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Archive
    5. Address bar and tabs height

    Address bar and tabs height

    Archive
    address bar
    4
    9
    971
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • IanSJohnston
      I
      IanSJohnston
      last edited by

      I am running Vivaldi on a 2k monitor, and as such the address bar and tabs heights are a little small (coming from FireFox). WIn10 set to 100% scaling.

      It would be great to see a settings control for adjusting the height of both.

      I know you can scale the entire UI, but that scales my bookmarks window on the left which isn't what I want.

      FYI. I am using the SUBTLE theme.

      Ian.

      Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
      Website - www.ianjohnston.com
      YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston

      Pesala
      P
      Zalex108
      Z
      2 Replies Last reply
      Reply Quote 0
      • Pesala
        P
        Pesala Ambassador @IanSJohnston
        last edited by

        @IanSJohnston These kind of changes are easily done with a few lines of CSS code. Note that 16px = 12point.

        /* Bold Font in Tabs*/
        #browser .tab-position .title 
        {font-family: "lato"; font-size: 16px;  font-weight: 500; color: black;}
        
        /*Large Fonts in URL Field*/
        .UrlField, .OmniDropdown, .SearchField {font-size:16px; padding-bottom:2px;}
        .OmniLinkItem-Url{height:16px; overflow:visible;}
        
        /*Large Fonts in Status Field*/
        .StatusInfo .StatusInfo-Content
        {font-family: Lato !important;
        font-size: 16px !important;}
        

        Blog • Vivaldi Review • Server Status
        Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.28 (64-bit)

        1 Reply Last reply Reply Quote 1
        • Zalex108
          Z
          Zalex108 Moderator @IanSJohnston
          last edited by

          @IanSJohnston

          For the above,
          Read: https://forum.vivaldi.net/topic/10549/modding-vivaldi

          "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

          1 Reply Last reply Reply Quote 0
          • barbudo2005
            B
            barbudo2005
            last edited by

            Lato font is not part of Windows, but it is a very good and readable font.

            Download from:

            https://www.latofonts.com/lato-free-fonts/

            1 Reply Last reply Reply Quote 3
            • IanSJohnston
              I
              IanSJohnston
              last edited by

              This seemed to work for me. I couldn't make the actual URL entry height bigger, but I could make the panel higher so the url entry itself wasn't so lost.

              /* Bold Font in Tabs */
              #browser .tab-position .title {
                  font-family: "Arial";
                  font-size: 14px;
                  font-weight: 500;
                  color: black;
              }
              
              /* Large Fonts and Adjusted Height in URL Field */
              .mainbar, .UrlBar-AddressBar, .UrlBar-Background, .SearchField {
                  font-size: 14px;
                  height: 52px !important; /* Adjusted height with !important */
                  line-height: 12px; /* Adjust line height to vertically center text */
                  padding: 9px 5px; /* Adjust padding as needed */
              }
              
              /* Large Fonts in Status Field */
              .StatusInfo .StatusInfo-Content {
                  font-family: Arial !important;
                  font-size: 16px !important;
              }
              
              /* Increase Line Spacing in URL Bar Dropdown */
              .OmniDropdown-Items {
                  line-height: 24px; /* Adjust line spacing as needed */
              }
              

              Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
              Website - www.ianjohnston.com
              YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston

              1 Reply Last reply Reply Quote 0
              • IanSJohnston
                I
                IanSJohnston
                last edited by

                Update, have now made the tabs slightly taller.

                /* Bold Font in Tabs */
                #browser .tab-position .title {
                    font-family: "Arial";
                    font-size: 13px;
                    font-weight: 500;
                    color: black;
                }
                
                /* Adjust Tab Size */
                .tab {
                    height: 50px !important;
                    min-height: 40px !important;
                    min-width: 120px !important;
                    position: relative;
                    bottom: 5px; /* Adjust the value to move the tabs upward */
                }
                
                /* Large Fonts and Adjusted Height in URL Field */
                .mainbar, .UrlBar-AddressBar, .UrlBar-Background, .SearchField {
                    font-size: 14px;
                    height: 52px !important; /* Adjusted height with !important */
                    line-height: 12px; /* Adjust line height to vertically center text */
                    padding: 9px 5px; /* Adjust padding as needed */
                }
                
                /* Large Fonts in Status Field */
                .StatusInfo .StatusInfo-Content {
                    font-family: Arial !important;
                    font-size: 16px !important;
                }
                
                /* Increase Line Spacing in URL Bar Dropdown */
                .OmniDropdown-Items {
                    line-height: 24px; /* Adjust line spacing as needed */
                }
                
                
                

                Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
                Website - www.ianjohnston.com
                YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston

                Zalex108
                Z
                1 Reply Last reply
                Reply Quote 1
                • Zalex108
                  Z
                  Zalex108 Moderator @IanSJohnston
                  last edited by

                  @IanSJohnston

                  Pics?

                  "You cannot know the meaning of your life until you are connected to the power that created you" · Shri Mataji Nirmala Devi

                  1 Reply Last reply Reply Quote 0
                  • IanSJohnston
                    I
                    IanSJohnston
                    last edited by

                    Here's a pic.

                    You can see space around the address entry, and the tabs are a little taller.

                    a8df12c8-5d1b-4f52-acac-fced421ebf5e-image.png

                    Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
                    Website - www.ianjohnston.com
                    YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston

                    1 Reply Last reply Reply Quote 1
                    • IanSJohnston
                      I
                      IanSJohnston
                      last edited by

                      Slight tweak to position of the buttons on the address bar.....to match FireFox more closely due to my muscle memory not working with the default Vivaldi layout!

                      e5611ff8-92db-40ad-aedd-99720d66fbae-image.png

                      Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
                      Website - www.ianjohnston.com
                      YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston

                      1 Reply Last reply Reply Quote 0
                      • Pathduck
                        P
                        Pathduck moved this topic from Desktop Feature Requests on
                      Loading More Posts
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes
                      Reply
                      • Reply as topic
                      Log in to reply
                      • 1 / 1
                      • First post
                        Last post

                      Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                      Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status